Re: [dpdk-dev] [PATCH v5 2/3] security: add option for faster udata or mdata access

2021-09-15 Thread Ananyev, Konstantin
> > Currently rte_security_set_pkt_metadata() and rte_security_get_userdata() > methods to set pkt metadata on Inline outbound and get userdata > after Inline inbound processing is always driver specific callbacks. > > For drivers that do not have much to do in the callbacks but just > to updat

[dpdk-dev] [PATCH v5 2/3] security: add option for faster udata or mdata access

2021-09-14 Thread Nithin Dabilpuram
Currently rte_security_set_pkt_metadata() and rte_security_get_userdata() methods to set pkt metadata on Inline outbound and get userdata after Inline inbound processing is always driver specific callbacks. For drivers that do not have much to do in the callbacks but just to update metadata in rte