netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 RFC 0/2] ixgbe: ixgbe_atr() bug fixes
@ 2016-10-17 17:25 Sowmini Varadhan
  2016-10-17 17:25 ` [PATCH V2 RFC 1/2] ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packets Sowmini Varadhan
  2016-10-17 17:25 ` [PATCH V2 RFC 2/2] ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transport headers Sowmini Varadhan
  0 siblings, 2 replies; 7+ messages in thread
From: Sowmini Varadhan @ 2016-10-17 17:25 UTC (permalink / raw)
  To: sowmini.varadhan, alexander.h.duyck; +Cc: netdev, intel-wired-lan

Two bug fixes:
- ixgbe_atr() should check for protocol == udp in the
  skb->encapsulation case (instead of !=)
- ixgbe_atr() should make sure the non-paged data has the
  needed network/transport header for computing l4_proto.

Sowmini Varadhan (2):
  ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packets
  ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has
    network/transport headers

 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-17 21:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 17:25 [PATCH V2 RFC 0/2] ixgbe: ixgbe_atr() bug fixes Sowmini Varadhan
2016-10-17 17:25 ` [PATCH V2 RFC 1/2] ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packets Sowmini Varadhan
2016-10-17 17:25 ` [PATCH V2 RFC 2/2] ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transport headers Sowmini Varadhan
2016-10-17 18:15   ` [Intel-wired-lan] " Alexander Duyck
2016-10-17 19:18     ` Sowmini Varadhan
2016-10-17 19:49       ` Alexander Duyck
2016-10-17 21:16         ` Sowmini Varadhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).