From: Rafal Ozieblo <rafalo@cadence.com>
To: Nicolas Ferre <nicolas.ferre@microchip.com>,
<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: Rafal Ozieblo <rafalo@cadence.com>
Subject: [PATCH 0/3] Receive packets filtering for macb driver
Date: Thu, 30 Nov 2017 18:17:43 +0000 [thread overview]
Message-ID: <1512065863-10504-1-git-send-email-rafalo@cadence.com> (raw)
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
next reply other threads:[~2017-11-30 18:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 18:17 Rafal Ozieblo [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1512065863-10504-1-git-send-email-rafalo@cadence.com \
--to=rafalo@cadence.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox