Re: [dpdk-users] IPsec offload

2017-11-05 Thread Thomas Monjalon
Hi,

05/11/2017 09:32, Avi Cohen (A):
> Does the DPDK  support HW IPsec offload ?
> can DPDK configure the NIC/Network adapter to ipsec a specific flow ?

Yes, an experimental IPsec offload support is added in DPDK 17.11.
It is called rte_security:
http://dpdk.org/doc/guides/prog_guide/rte_security.html

The hardware support will probably be improved in DPDK 18.02.


[dpdk-users] scatter send

2017-11-05 Thread Marios-Evaggelos Kogias
Hello everyone,

I am new to DPDK and I am trying to understand if it's possible to do a
scatter send, namely use a scatter gather list of pointers to user memory
instead of copying the payload in the mbuf. This is a feature supported by
NIC drivers but I can't find a way to use it with DPDK. Is it exposed?

Any help is more than welcome.

Thanks in advance,
Marios


[dpdk-users] IPsec offload

2017-11-05 Thread Avi Cohen (A)
Does the DPDK  support HW IPsec offload ? can DPDK configure the NIC/Network 
adapter to ipsec a specific flow ?
Thank You
Avi