Re: [PATCH] ethdev: fix ESP packet type description

2023-11-27 Thread Thomas Monjalon
>> The correct protocol number for ESP (IP Encapsulating Security Payload) >> packet type is 50. 51 is IPSec AH (Authentication Header). >> >> Fixes: 1e84afd3906b ("mbuf: add security crypto flags and fields") >> Signed-off-by: Alexander Kozyrev > Reviewed-by: Morten Brørup Applied, thanks

RE: [PATCH] ethdev: fix ESP packet type description

2023-10-25 Thread Morten Brørup
> From: Alexander Kozyrev [mailto:akozy...@nvidia.com] > Sent: Wednesday, 25 October 2023 22.32 > > The correct protocol number for ESP (IP Encapsulating Security Payload) > packet type is 50. 51 is IPSec AH (Authentication Header). > > Fixes: 1e84afd3906b ("mbuf: add security crypto flags and fi

[PATCH] ethdev: fix ESP packet type description

2023-10-25 Thread Alexander Kozyrev
The correct protocol number for ESP (IP Encapsulating Security Payload) packet type is 50. 51 is IPSec AH (Authentication Header). Fixes: 1e84afd3906b ("mbuf: add security crypto flags and fields") Signed-off-by: Alexander Kozyrev --- lib/mbuf/rte_mbuf_ptype.h | 4 ++-- 1 file changed, 2 inserti