From: "Wesierski, Dawid" <[email protected]> These patches provide various updates for Intel iavf/ice drivers and pcapng. The changes include: - Hardware limit ring descriptor increases for iavf. - Runtime queue rate limit configuration for iavf. - Scheduler burst size reductions for ice base. - Global PTP timestamping for ice. - Disabling runtime queue setup for iavf. - User-supplied timestamp support in pcapng. - Header split mbuf callback support for ice.
Marek Kasiewicz (7): 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 pcapng: add user-supplied timestamp support net/ice: add header split mbuf callback support 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 | 10 ++++ lib/ethdev/rte_ethdev.c | 17 +++++++ lib/ethdev/rte_ethdev.h | 46 +++++++++++++++++ lib/pcapng/rte_pcapng.c | 19 ++----- lib/pcapng/rte_pcapng.h | 41 ++++++++++++++- 13 files changed, 196 insertions(+), 32 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.

