-----Original Message----- > Date: Thu, 6 Sep 2018 14:41:42 +0530 > From: Nikhil Rao <[email protected]> > To: [email protected] > CC: [email protected], Nikhil Rao <[email protected]>, [email protected] > Subject: [PATCH 1/2] eventdev: fix eth Rx adapter hotplug incompatibility > X-Mailer: git-send-email 1.8.3.1 > > > Use RTE_MAX_ETHPORTS instead of rte_eth_dev_count_total() > when allocating eth Rx adapter's per-eth device data structure > to account for hotplugged devices. > > Fixes: 9c38b704d280 ("eventdev: add eth Rx adapter implementation") > Cc: [email protected] > Signed-off-by: Nikhil Rao <[email protected]>
Applied this series to dpdk-next-eventdev/master. Thanks.

