Re: [PATCH v3 net-next 04/12] net: aquantia: add PTP rings infrastructure

2019-10-23 Thread kbuild test robot
Hi Igor, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Igor-Russkikh/net-aquantia-PTP-support-for-AQC-devices/20191023-194531 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-

[PATCH v3 net-next 04/12] net: aquantia: add PTP rings infrastructure

2019-10-22 Thread Igor Russkikh
From: Egor Pomozov Add implementations of PTP rings alloc/free. PTP desing on this device uses two separate rings on a separate traffic class for traffic rx/tx. Third ring (hwts) is not a traffic ring, but is used only to receive timestamps of the transmitted packets. Signed-off-by: Egor Pomoz