> Subject: [dpdk-dev] [PATCH v3 2/6] app/testpmd: define IPPROTO_RAW in > in.h > > External email: Use caution opening links or attachments > > > Signed-off-by: Jie Zhou <j...@microsoft.com> > Signed-off-by: Jie Zhou <j...@linux.microsoft.com> > --- > lib/librte_eal/windows/include/netinet/in.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_eal/windows/include/netinet/in.h > b/lib/librte_eal/windows/include/netinet/in.h > index 6455b9ba5..38268cf80 100644 > --- a/lib/librte_eal/windows/include/netinet/in.h > +++ b/lib/librte_eal/windows/include/netinet/in.h > @@ -24,6 +24,7 @@ > #define IPPROTO_NONE 59 > #define IPPROTO_DSTOPTS 60 > #define IPPROTO_SCTP 132 > +#define IPPROTO_RAW 255 > > #define INET6_ADDRSTRLEN 46 >
This patch can be dropped once Dmitry's patch removing POSIX symbols [1] will be merged. [1] - http://patchwork.dpdk.org/project/dpdk/patch/20210407222249.6729-5-dmitry.kozl...@gmail.com/ > -- > 2.30.0.vfs.0.2