lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ