On Wed, Sep 15, 2021 at 12:05 PM Dmitry Kozlyuk <dmitry.kozl...@gmail.com> wrote: > > 2021-09-15 18:44 (UTC+0000), William Tu: > > This patch enables building the ixgbe driver for Windows. > > It also enables its dependencies on security and cryptodev. > > Tal Shnaiderman posted patches for cryptodev and security today, > so I won't comment on that part. IMO your patch should depend on them > (https://doc.dpdk.org/guides/contributing/patches.html#patch-dependencies). >
Hi Dmitry, I checked Tal's patch and actually there is no dependency. Tal's patch is at driver/crypto, https://inbox.dpdk.org/dev/20210914053833.7760-8-tal...@nvidia.com/T/ and this patch is enabling lib/cryptodev and lib/security I will send v2 by breaking the ixgbe part and lib/security and cryptodev part. Thanks, William