X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fevent%2Focteontx2%2Fotx2_evdev_adptr.c;h=d8a06a59388e9f2768abbb3ecb90a8a424c77821;hb=e9a356e2fc719f87936d8e30058ac137f4b8c5c4;hp=b6e9f59d19f62803ef41330b66156b7d65ca6088;hpb=ef9f8bb6d52c1ee324e14c3a6cc7167386ac6252;p=dpdk.git diff --git a/drivers/event/octeontx2/otx2_evdev_adptr.c b/drivers/event/octeontx2/otx2_evdev_adptr.c index b6e9f59d19..d8a06a5938 100644 --- a/drivers/event/octeontx2/otx2_evdev_adptr.c +++ b/drivers/event/octeontx2/otx2_evdev_adptr.c @@ -15,7 +15,8 @@ otx2_sso_rx_adapter_caps_get(const struct rte_eventdev *event_dev, if (rc) *caps = RTE_EVENT_ETH_RX_ADAPTER_SW_CAP; else - *caps = RTE_EVENT_ETH_RX_ADAPTER_CAP_INTERNAL_PORT; + *caps = RTE_EVENT_ETH_RX_ADAPTER_CAP_INTERNAL_PORT | + RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ; return 0; }