Re: [dpdk-dev] [EXT] [PATCH] cryptodev: build on Windows

2021-10-05 Thread Tal Shnaiderman
> Subject: RE: [EXT] [PATCH] cryptodev: build on Windows > > External email: Use caution opening links or attachments > > > > > Build the cryptography device library on Windows OS by removing > > > unneeded include and exports blocking the compilation. > > > > > > Signed-off-by: Tal Shnaiderman

Re: [dpdk-dev] [EXT] [PATCH] cryptodev: build on Windows

2021-10-05 Thread Akhil Goyal
> > Build the cryptography device library on Windows OS > > by removing unneeded include and exports blocking the > > compilation. > > > > Signed-off-by: Tal Shnaiderman > > --- > Acked-by: Akhil Goyal > > Applied to dpdk-next-crypto Removing this patch from dpdk-next-crypto as the patch is supe

Re: [dpdk-dev] [EXT] [PATCH] cryptodev: build on Windows

2021-10-05 Thread Akhil Goyal
> Build the cryptography device library on Windows OS > by removing unneeded include and exports blocking the > compilation. > > Signed-off-by: Tal Shnaiderman > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.