Re: [EXT] Re: [PATCH 1/2] ethdev: add IPsec event subtype range for PMD specific code

2023-10-12 Thread Ferruh Yigit
On 10/10/2023 3:48 PM, Akhil Goyal wrote: >> On 10/4/2023 1:59 PM, Nithin Dabilpuram wrote: >>> Add IPsec event subtype range for PMD specific code in order >>> to accommodate wide range of errors that PMD supports. >>> These IPsec event subtypes are used when an error doesn't >>> match the spec de

RE: [EXT] Re: [PATCH 1/2] ethdev: add IPsec event subtype range for PMD specific code

2023-10-10 Thread Anoob Joseph
Hi Ferruh, > > -- > On 10/4/2023 1:59 PM, Nithin Dabilpuram wrote: > > Add IPsec event subtype range for PMD specific code in order to > > accommodate wide range of errors that PMD supports. > > These IPsec event subtypes are use

RE: [EXT] Re: [PATCH 1/2] ethdev: add IPsec event subtype range for PMD specific code

2023-10-10 Thread Akhil Goyal
> On 10/4/2023 1:59 PM, Nithin Dabilpuram wrote: > > Add IPsec event subtype range for PMD specific code in order > > to accommodate wide range of errors that PMD supports. > > These IPsec event subtypes are used when an error doesn't > > match the spec defined subtypes between > RTE_ETH_EVENT_IPSE

Re: [PATCH 1/2] ethdev: add IPsec event subtype range for PMD specific code

2023-10-10 Thread Ferruh Yigit
On 10/4/2023 1:59 PM, Nithin Dabilpuram wrote: > Add IPsec event subtype range for PMD specific code in order > to accommodate wide range of errors that PMD supports. > These IPsec event subtypes are used when an error doesn't > match the spec defined subtypes between RTE_ETH_EVENT_IPSEC_UNKNOWN >

[PATCH 1/2] ethdev: add IPsec event subtype range for PMD specific code

2023-10-04 Thread Nithin Dabilpuram
Add IPsec event subtype range for PMD specific code in order to accommodate wide range of errors that PMD supports. These IPsec event subtypes are used when an error doesn't match the spec defined subtypes between RTE_ETH_EVENT_IPSEC_UNKNOWN and RTE_ETH_EVENT_IPSEC_MAX. Adding this as -ve error ran