Re: [dpdk-dev] [PATCH v2 08/10] net/sfc: support action VXLAN ENCAP in MAE backend

2021-03-31 Thread Andrew Rybchenko
On 4/1/21 2:36 AM, Ivan Malov wrote: > Hi, > > On 01/04/2021 02:21, Thomas Monjalon wrote: >> 12/03/2021 12:07, Ivan Malov: >>> +static int >>> +sfc_mae_encap_header_add(struct sfc_adapter *sa, >>> + const struct sfc_mae_bounce_eh *bounce_eh, >>> + struct sfc_mae_encap_heade

Re: [dpdk-dev] [PATCH v2 08/10] net/sfc: support action VXLAN ENCAP in MAE backend

2021-03-31 Thread Ivan Malov
Hi, On 01/04/2021 02:21, Thomas Monjalon wrote: 12/03/2021 12:07, Ivan Malov: +static int +sfc_mae_encap_header_add(struct sfc_adapter *sa, +const struct sfc_mae_bounce_eh *bounce_eh, +struct sfc_mae_encap_header **encap_headerp) +{ + struct

Re: [dpdk-dev] [PATCH v2 08/10] net/sfc: support action VXLAN ENCAP in MAE backend

2021-03-31 Thread Thomas Monjalon
12/03/2021 12:07, Ivan Malov: > +static int > +sfc_mae_encap_header_add(struct sfc_adapter *sa, > + const struct sfc_mae_bounce_eh *bounce_eh, > + struct sfc_mae_encap_header **encap_headerp) > +{ > + struct sfc_mae_encap_header *encap_header; > + s

Re: [dpdk-dev] [PATCH v2 08/10] net/sfc: support action VXLAN ENCAP in MAE backend

2021-03-16 Thread Ferruh Yigit
On 3/16/2021 5:10 PM, Ivan Malov wrote: Hi, > WARNING:TYPO_SPELLING: 'referes' may be misspelled - perhaps 'refers'? > #652: FILE: drivers/net/sfc/sfc_mae.c:2407: > +    /* One of the pointers (ipv4, ipv6) referes to a dummy area. */ It looks like an oversight. What a terrible typo. Ferruh,

Re: [dpdk-dev] [PATCH v2 08/10] net/sfc: support action VXLAN ENCAP in MAE backend

2021-03-16 Thread Ivan Malov
Hi, > WARNING:TYPO_SPELLING: 'referes' may be misspelled - perhaps 'refers'? > #652: FILE: drivers/net/sfc/sfc_mae.c:2407: > + /* One of the pointers (ipv4, ipv6) referes to a dummy area. */ It looks like an oversight. What a terrible typo. Ferruh, shall I send v4 to fix that? I sincerely apol

[dpdk-dev] [PATCH v2 08/10] net/sfc: support action VXLAN ENCAP in MAE backend

2021-03-12 Thread Ivan Malov
Provide necessary facilities for handling this action. Signed-off-by: Ivan Malov Reviewed-by: Andrew Rybchenko Reviewed-by: Andy Moreton --- drivers/net/sfc/sfc_mae.c | 550 +- drivers/net/sfc/sfc_mae.h | 29 ++ 2 files changed, 572 insertions(+), 7 deletio