From: Marek Kasiewicz <[email protected]> This series introduces several improvements to Intel iavf and ice drivers, including a new ethdev API for header split mbuf callbacks, increased ring descriptors, and improved PTP timestamping.
Marek Kasiewicz (7): ethdev: add header split mbuf callback API net/iavf: increase max ring descriptors to hardware limit net/iavf: allow runtime queue rate limit configuration net/ice/base: reduce default scheduler burst size net/ice: timestamp all received packets when PTP is enabled net/iavf: disable runtime queue setup capability net/intel: support header split mbuf callback drivers/net/intel/common/rx.h | 2 + drivers/net/intel/iavf/iavf_ethdev.c | 3 -- drivers/net/intel/iavf/iavf_rxtx.h | 2 +- drivers/net/intel/iavf/iavf_tm.c | 11 ++-- drivers/net/intel/ice/base/ice_type.h | 2 +- drivers/net/intel/ice/ice_ethdev.c | 1 + drivers/net/intel/ice/ice_rxtx.c | 72 ++++++++++++++++++++++++--- drivers/net/intel/ice/ice_rxtx.h | 2 + lib/ethdev/ethdev_driver.h | 15 +++++++ lib/ethdev/rte_ethdev.c | 51 ++++++++++++++++++++++ lib/ethdev/rte_ethdev.h | 7 +++ 11 files changed, 153 insertions(+), 15 deletions(-) -- 2.47.3 --------------------------------------------------------------------- Intel Technology Poland sp. z o.o. ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN. Spolka oswiadcza, ze posiada status duzego przedsiebiorcy w rozumieniu ustawy z dnia 8 marca 2013 r. o przeciwdzialaniu nadmiernym opoznieniom w transakcjach handlowych. Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek przegladanie lub rozpowszechnianie jest zabronione. This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by others is strictly prohibited.

