From: Iyappan Subramanian <isubraman...@apm.com> Date: Fri, 27 Nov 2015 19:22:31 -0800
> Currently the Tx flow control is based on reading the hardware state, > which is not accurate since it may not reflect the descriptors that > are not yet reached the memory. > > To accurately control the Tx flow, changing it to be software based. > > Signed-off-by: Iyappan Subramanian <isubraman...@apm.com> > Tested-by: Khuong Dinh <kd...@apm.com> Having a new atomic operation for every completion descriptor operation is very excessive. Especially when there is probably some other lock being held in all of these paths upon which you can use for synchornization. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html