Netdev List
 help / color / mirror / Atom feed
* [PATCH 0/3] Receive packets filtering for macb driver
@ 2017-11-30 18:17 Rafal Ozieblo
  2017-11-30 18:19 ` [PATCH 1/3] net: macb: Added support for many RX queues Rafal Ozieblo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rafal Ozieblo @ 2017-11-30 18:17 UTC (permalink / raw)
  To: Nicolas Ferre, netdev, linux-kernel; +Cc: Rafal Ozieblo

This patch series adds support for receive packets
filtering for Cadence GEM driver. Packets can be redirect
to different hardware queues based on source IP, destination IP,
source port or destination port. To enable filtering,
support for RX queueing was added as well.

Rafal Ozieblo (3):
  net: macb: Added support for many RX queues
  net: macb: Added some queue statistics
  net: macb: Added support for RX filtering

 drivers/net/ethernet/cadence/macb.h      | 166 +++++++-
 drivers/net/ethernet/cadence/macb_main.c | 679 +++++++++++++++++++++++++------
 2 files changed, 699 insertions(+), 146 deletions(-)

-- 
2.4.5

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

end of thread, other threads:[~2017-11-30 19:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-30 18:17 [PATCH 0/3] Receive packets filtering for macb driver Rafal Ozieblo
2017-11-30 18:19 ` [PATCH 1/3] net: macb: Added support for many RX queues Rafal Ozieblo
2017-11-30 18:19 ` [PATCH 2/3] net: macb: Added some queue statistics Rafal Ozieblo
2017-11-30 18:20 ` [PATCH 3/3] net: macb: Added support for RX filtering Rafal Ozieblo
2017-11-30 19:15 ` [PATCH 0/3] Receive packets filtering for macb driver David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox