[dpdk-dev] [PATCH 2/8] net/i40e/base: add PTYPE definition
Jeff Guo
jia.guo at intel.com
Mon Jul 27 05:43:20 CEST 2020
Acked-by: Jeff Guo <jia.guo at intel.com>
On 7/21/2020 3:39 PM, Guinan Sun wrote:
> Add I40E_RX_PTYPE_PARSER_ABORTED definition, so i40e driver will know
> opcode for parser aborted packets.
> Without this definition driver would have to rely on magic numbers.
>
> Signed-off-by: Przemyslaw Patynowski <przemyslawx.patynowski at intel.com>
> Signed-off-by: Guinan Sun <guinanx.sun at intel.com>
> ---
> drivers/net/i40e/base/i40e_type.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/net/i40e/base/i40e_type.h b/drivers/net/i40e/base/i40e_type.h
> index b5b5b928d..0eeb55975 100644
> --- a/drivers/net/i40e/base/i40e_type.h
> +++ b/drivers/net/i40e/base/i40e_type.h
> @@ -961,7 +961,8 @@ enum i40e_rx_l2_ptype {
> I40E_RX_PTYPE_GRENAT4_MAC_PAY3 = 58,
> I40E_RX_PTYPE_GRENAT4_MACVLAN_IPV6_ICMP_PAY4 = 87,
> I40E_RX_PTYPE_GRENAT6_MAC_PAY3 = 124,
> - I40E_RX_PTYPE_GRENAT6_MACVLAN_IPV6_ICMP_PAY4 = 153
> + I40E_RX_PTYPE_GRENAT6_MACVLAN_IPV6_ICMP_PAY4 = 153,
> + I40E_RX_PTYPE_PARSER_ABORTED = 255
> };
>
> struct i40e_rx_ptype_decoded {
More information about the dev
mailing list