Re: [dpdk-dev] [RFC v2 1/2] vhost: add API to set protocol features flags

2019-03-08 Thread Stojaczyk, Dariusz
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Maxime Coquelin > Sent: Thursday, February 28, 2019 4:32 PM > To: dev@dpdk.org; Liu, Changpeng ; Bie, Tiwei > ; i.maxim...@samsung.com > Cc: Maxime Coquelin > Subject: [dpdk-dev] [RFC v2 1

[dpdk-dev] [RFC v2 1/2] vhost: add API to set protocol features flags

2019-02-28 Thread Maxime Coquelin
rte_vhost_driver_set_protocol_features API is to be used by external backends to advertize vhost-user protocol features it supports. It has to be called after rte_vhost_driver_register() and before rte_vhost_driver_start(). Example of usage to advertize VHOST_USER_PROTOCOL_F_FOOBAR protocol featu