[<prev] [next>] [day] [month] [year] [list]
Message-ID: <BANLkTi=6oxRQEkfytJLsWDEfsKVXY6NYcw@mail.gmail.com>
Date: Mon, 18 Apr 2011 23:51:43 +0800
From: wangjun <wangjun.9322@...il.com>
To: netdev@...r.kernel.org
Subject: ixgbe: about ixgbe_clean_rx_irq
hi:
I am learning the codes of ixgbe-3.3.8, and i wonder why
the packet is invalid in ixgbe_main.c:1645 ,
and if no RSC nor Packet Split is configured , we receive
larage packet that may span several descriptors and buffers, what
will the code do in this scene.
thanks !
1645 if (ixgbe_close_active_frag_list(skb) && !pkt_is_rsc) {
1646 /* if we got here without RSC the packet is invalid */
1647 dev_kfree_skb_any(skb);
1648 goto next_desc;
1649 }
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists