Re: [dpdk-dev] [PATCH v8 01/17] distributor: fix missing handshake synchronization

2020-10-17 Thread Honnappa Nagarahalli
> > rte_distributor_return_pkt function which is run on worker cores must wait > for distributor core to clear handshake on retptr64 before using those > buffers. While the handshake is set distributor core controls buffers and any > operations on worker side might overwrite buffers which are unr

[dpdk-dev] [PATCH v8 01/17] distributor: fix missing handshake synchronization

2020-10-16 Thread Lukasz Wojciechowski
rte_distributor_return_pkt function which is run on worker cores must wait for distributor core to clear handshake on retptr64 before using those buffers. While the handshake is set distributor core controls buffers and any operations on worker side might overwrite buffers which are unread yet. Sam