mbox series

[0/7] net/sfc: prepare rte_flow to have one more backend

Message ID 1583405273-14176-1-git-send-email-arybchenko@solarflare.com (mailing list archive)
Headers
Series net/sfc: prepare rte_flow to have one more backend |

Message

Andrew Rybchenko March 5, 2020, 10:47 a.m. UTC
  Prepare rte_flow API support code to addition of one more
backend for flow rules handling.

Ivan Malov (7):
  net/sfc: make flow RSS details VNIC-specific
  net/sfc: make the flow list engine-agnostic
  net/sfc: generalise the flow specification structure
  net/sfc: introduce flow allocation and free path
  net/sfc: generalise flow parsing
  net/sfc: generalise flow start and stop path
  net/sfc: generalise flow pattern item processing

 drivers/net/sfc/sfc.h        |   2 +
 drivers/net/sfc/sfc_filter.h |   2 -
 drivers/net/sfc/sfc_flow.c   | 503 +++++++++++++++++++++++------------
 drivers/net/sfc/sfc_flow.h   |  95 ++++++-
 4 files changed, 423 insertions(+), 179 deletions(-)
  

Comments

Ferruh Yigit March 6, 2020, 4:51 p.m. UTC | #1
On 3/5/2020 10:47 AM, Andrew Rybchenko wrote:
> Prepare rte_flow API support code to addition of one more
> backend for flow rules handling.
> 
> Ivan Malov (7):
>   net/sfc: make flow RSS details VNIC-specific
>   net/sfc: make the flow list engine-agnostic
>   net/sfc: generalise the flow specification structure
>   net/sfc: introduce flow allocation and free path
>   net/sfc: generalise flow parsing
>   net/sfc: generalise flow start and stop path
>   net/sfc: generalise flow pattern item processing
> 

Series applied to dpdk-next-net/master, thanks.