Re: [dpdk-dev] [PATCH] doc: add table of supported operating systems for cryptodevs

2021-10-12 Thread Tal Shnaiderman
D = Y (supported) for each PMD who didn't explicitly use the condition below: if not is_linux build = false Please let me know if I'm wrong and I'll modify the table. Thanks, Tal. > Subject: [dpdk-dev] [PATCH] doc: add table of supported operating systems > for cryp

[dpdk-dev] [PATCH] doc: add table of supported operating systems for cryptodevs

2021-10-12 Thread Tal Shnaiderman
Added table to the crypto device drivers documentation stating the support of each PMD on Linux, FreeBSD and Windows. Signed-off-by: Tal Shnaiderman --- Depends-on: series-19563 ("Support MLX5 crypto driver on Windows") --- doc/guides/conf.py | 5 + doc/guides/crypt