> -----Original Message----- > From: Nikhil Rao <nikhil....@intel.com> > Sent: Tuesday, May 28, 2019 6:35 AM > To: Jerin Jacob Kollanukkaran <jer...@marvell.com> > Cc: dev@dpdk.org; Nikhil Rao <nikhil....@intel.com> > Subject: [PATCH] eventdev: optimize Rx adapter event enqueue > > Setup event when the Rx queue is added to the adapter in place of > generating the event when it is being enqueued to the event device. > > Signed-off-by: Nikhil Rao <nikhil....@intel.com> > --- > lib/librte_eventdev/rte_event_eth_rx_adapter.c | 39 ++++++++++----------- > -----
Please rebase this patch and send v2. Git am error log: [master] [dpdk-next-eventdev] $ git am -3 /tmp/n/eventdev-optimize-Rx-adapter-event-enqueue Applying: eventdev: optimize Rx adapter event enqueue error: sha1 information is lacking or useless (lib/librte_eventdev/rte_event_eth_rx_adapter.c). error: could not build fake ancestor Patch failed at 0001 eventdev: optimize Rx adapter event enqueue hint: Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".