RE: [PATCH] test/security: check MACSEC offload before configuration

2025-02-06 Thread Akhil Goyal
> -Original Message- > From: Akhil Goyal > Sent: Friday, January 24, 2025 11:53 PM > To: dev@dpdk.org > Cc: Akhil Goyal > Subject: [PATCH] test/security: check MACSEC offload before configuration > > rte_ethdev_dev_configure need application to check the >

[PATCH] test/security: check MACSEC offload before configuration

2025-01-24 Thread Akhil Goyal
rte_ethdev_dev_configure need application to check the device info if the offload flags are supported or not. Added check to verify MACsec is supported before configuring ethernet inline device. Signed-off-by: Akhil Goyal --- app/test/test_security_inline_macsec.c | 14 ++ 1 file cha