Re: [dpdk-dev] [PATCH] net: fix pedantic build for L2TPv2 definitions

2021-10-25 Thread David Marchand
On Sun, Oct 24, 2021 at 3:12 PM Raslan Darawsheh wrote: > > Build is broken on RHEL7 following introduction of this new protocol. > > > > Fixes: 3a929df1f286 ("ethdev: support L2TPv2 and PPP procotol") > > > > Signed-off-by: David Marchand > Tested-by: Raslan Darawsheh Applied, thanks. -- Da

Re: [dpdk-dev] [PATCH] net: fix pedantic build for L2TPv2 definitions

2021-10-24 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of David Marchand > Sent: Sunday, October 24, 2021 2:46 PM > To: dev@dpdk.org > Cc: Olivier Matz ; Ferruh Yigit > ; Ori Kam ; Jie Wang > ; Wenjun Wu ; Andrew > Rybchenko > Subject: [dpdk-dev] [PATCH] net: fi

[dpdk-dev] [PATCH] net: fix pedantic build for L2TPv2 definitions

2021-10-24 Thread David Marchand
Build is broken on RHEL7 following introduction of this new protocol. Fixes: 3a929df1f286 ("ethdev: support L2TPv2 and PPP procotol") Signed-off-by: David Marchand --- lib/net/rte_l2tpv2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/net/rte_l2tpv2.h b/lib/net/rte_l2tpv2.h index 4634