dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v2 0/2] I40E refactors
Anatoly Burakov
[PATCH v2 2/2] net/i40e: move mutable fields out of RSS config
Anatoly Burakov
Re: [PATCH v2 2/2] net/i40e: move mutable fields out of RSS config
Bruce Richardson
[PATCH v2 1/2] net/i40e: do not use flow RSS conf struct
Anatoly Burakov
Re: [PATCH v2 1/2] net/i40e: do not use flow RSS conf struct
Bruce Richardson
Re: [PATCH v2 0/2] I40E refactors
Bruce Richardson
[PATCH] net/ice/base: add missing devices to supported products
sandeep . penigalapati
Re: [PATCH] net/ice/base: add missing devices to supported products
Bruce Richardson
[PATCH] app/test: lpm6 perf autotest fix lpm delete total time
Su Sai
[PATCH v2 00/39] Rework EAL configuration
Bruce Richardson
[PATCH v2 01/39] telemetry: make cpuset init parameter const
Bruce Richardson
[PATCH v2 02/39] argparse: check for range overflow in CPU lists
Bruce Richardson
[PATCH v2 03/39] eal: define new functionally distinct config structs
Bruce Richardson
[PATCH v2 05/39] eal: move NUMA request fields to user config
Bruce Richardson
[PATCH v2 06/39] eal: move hugepage policy fields to user config
Bruce Richardson
[PATCH v2 07/39] eal: move process policy fields to user config
Bruce Richardson
[PATCH v2 08/39] eal: move hugepage limit fields to new config structs
Bruce Richardson
[PATCH v2 09/39] eal: move advanced user config options to user cfg struct
Bruce Richardson
[PATCH v2 11/39] eal: move runtime state to appropriate structure
Bruce Richardson
[PATCH v2 12/39] eal: record details of all cpus in platform info
Bruce Richardson
[PATCH v2 04/39] eal: move memory request fields to user config
Bruce Richardson
[PATCH v2 13/39] eal: use platform info for lcore lookups
Bruce Richardson
[PATCH v2 14/39] eal: add macro for lowest set CPU bit in a set
Bruce Richardson
[PATCH v2 16/39] eal: move core indices bitset to runtime state
Bruce Richardson
[PATCH v2 17/39] eal: cleanup CPU init function
Bruce Richardson
[PATCH v2 19/39] eal: move lcore role and count to runtime state
Bruce Richardson
[PATCH v2 22/39] eal: move IOVA mode and process type to runtime cfg
Bruce Richardson
[PATCH v2 25/39] eal: separate runtime state update from arg parsing
Bruce Richardson
[PATCH v2 21/39] eal: move main lcore setting to runtime config struct
Bruce Richardson
[PATCH v2 29/39] eal: move trace config into user config struct
Bruce Richardson
[PATCH v2 30/39] eal: record service cores in user config struct
Bruce Richardson
[PATCH v2 31/39] eal: store user-provided lcore info in user config struct
Bruce Richardson
[PATCH v2 33/39] eal: remove internal config reset function
Bruce Richardson
[PATCH v2 34/39] eal: move functions setting runtime state
Bruce Richardson
[PATCH v2 36/39] eal: remove duplicated scan of sysfs for hugepage details
Bruce Richardson
[PATCH v2 39/39] eal: provide hooks for init with externally supplied config
Bruce Richardson
[PATCH v2 37/39] eal: add utilities for working with user config struct
Bruce Richardson
[PATCH v2 23/39] eal: move memory config pointer to runtime state struct
Bruce Richardson
[PATCH v2 20/39] eal: make lcore role a field in lcore config struct
Bruce Richardson
[PATCH v2 24/39] eal: remove rte_config structure
Bruce Richardson
[PATCH v2 15/39] eal: store lcore configuration in runtime data
Bruce Richardson
[PATCH v2 38/39] eal: split EAL init into two stages
Bruce Richardson
[PATCH v2 27/39] eal: separate plugin paths from loaded plugin objects
Bruce Richardson
[PATCH v2 32/39] eal: clarify docs on params taking lcore IDs
Bruce Richardson
[PATCH v2 26/39] eal: move device options staging list into user cfg
Bruce Richardson
[PATCH v2 10/39] eal: move hugepage size info to platform info struct
Bruce Richardson
[PATCH v2 18/39] eal: move NUMA node information to platform info struct
Bruce Richardson
[PATCH v2 28/39] eal: simplify internal driver path iteration APIs
Bruce Richardson
[PATCH v2 35/39] eal: initialize platform info on first use
Bruce Richardson
[PATCH v1 0/6] IXGBE IPsec fixes
Anatoly Burakov
[PATCH v1 1/6] net/ixgbe: add key length check in IPsec
Anatoly Burakov
[PATCH v1 2/6] net/ixgbe: remove unnecessary dev pointer
Anatoly Burakov
[PATCH v1 3/6] net/ixgbe: harmonize return values in IPsec
Anatoly Burakov
[PATCH v1 4/6] net/ixgbe: get rid of unnecessary malloc in IPsec
Anatoly Burakov
[PATCH v1 6/6] net/ixgbe: refactor IPsec code
Anatoly Burakov
[PATCH v1 5/6] net/ixgbe: fix missing HW write in IPsec
Anatoly Burakov
Re: [PATCH v1 0/6] IXGBE IPsec fixes
Radu Nicolau
[PATCH v2 0/7] IXGBE IPsec fixes
Anatoly Burakov
[PATCH v2 1/7] net/ixgbe: add key length check in IPsec
Anatoly Burakov
[PATCH v2 3/7] net/ixgbe: harmonize return values in IPsec
Anatoly Burakov
[PATCH v2 5/7] net/ixgbe: use correct index variable in IPsec
Anatoly Burakov
Re: [PATCH v2 5/7] net/ixgbe: use correct index variable in IPsec
Bruce Richardson
[PATCH v2 2/7] net/ixgbe: remove unnecessary dev pointer
Anatoly Burakov
[PATCH v2 6/7] net/ixgbe: fix missing HW write in IPsec
Anatoly Burakov
[PATCH v2 7/7] net/ixgbe: refactor IPsec code
Anatoly Burakov
[PATCH v2 4/7] net/ixgbe: get rid of unnecessary malloc in IPsec
Anatoly Burakov
Re: [PATCH v2 0/7] IXGBE IPsec fixes
Bruce Richardson
[PATCH v7 0/2] net/af_xdp: add Rx timestamping and read_clock support
Mark Blasko
[PATCH v7 1/2] net/af_xdp: add af_xdp rx metadata and dynamic timestamping support
Mark Blasko
[PATCH v7 2/2] net/af_xdp: add read_clock support to AF_XDP PMD
Mark Blasko
Re: [PATCH v7 0/2] net/af_xdp: add Rx timestamping and read_clock support
Stephen Hemminger
[RFC 0/1] ethdev: per-packet Tx timestamp slot management
Rajesh Kumar
[RFC 1/1] ethdev: add per-packet Tx timestamp slot APIs
Rajesh Kumar
Re: [RFC 1/1] ethdev: add per-packet Tx timestamp slot APIs
Naga Harish K, S V
Re: [RFC 0/1] ethdev: per-packet Tx timestamp slot management
Stephen Hemminger
Re: [RFC 0/1] ethdev: per-packet Tx timestamp slot management
Naga Harish K, S V
Re: [RFC 0/1] ethdev: per-packet Tx timestamp slot management
Kumar, Rajesh
[RFC PATCH v2 0/1] ethdev: add Tx timestamp slot APIs
Rajesh Kumar
[RFC PATCH v2 1/1] ethdev: add Tx timestamp slot management APIs
Rajesh Kumar
Re: [RFC PATCH v2 0/1] ethdev: add Tx timestamp slot APIs
Stephen Hemminger
[RFC PATCH v2 0/1] ethdev: add Tx timestamp slot APIs
Rajesh Kumar
[RFC PATCH v3 1/1] ethdev: add Tx timestamp slot management APIs
Rajesh Kumar
[RFC PATCH v3 0/1] ethdev: add Tx timestamp slot APIs
Rajesh Kumar
[RFC PATCH v3 0/1] ethdev: add Tx timestamp slot APIs
Rajesh Kumar
[RFC PATCH v3 1/1] ethdev: add Tx timestamp slot management APIs
Rajesh Kumar
Re: [RFC PATCH v3 1/1] ethdev: add Tx timestamp slot management APIs
Stephen Hemminger
[RFC PATCH v4 0/3] ethdev: add Tx timestamp slot APIs
Rajesh Kumar
[RFC PATCH v4 1/3] ethdev: add Tx timestamp slot management APIs
Rajesh Kumar
Re: [RFC PATCH v4 1/3] ethdev: add Tx timestamp slot management APIs
Stephen Hemminger
[RFC PATCH v4 2/3] net/ice: support per-packet Tx timestamp slots
Rajesh Kumar
[RFC PATCH v4 3/3] app/testpmd: add Tx timestamp capabilities command
Rajesh Kumar
[RFC 1/1] ethdev: add per-packet Tx timestamp slot APIs
Rajesh Kumar
[PATCH v2 0/4] extra unit tests for cfgfile library
Bruce Richardson
[PATCH v2 1/4] test/cfgfile: improve coverage for listing APIs
Bruce Richardson
[PATCH v2 2/4] test/cfgfile: validate config creation APIs
Bruce Richardson
[PATCH v2 3/4] test/cfgfile: verify file modification API
Bruce Richardson
[PATCH v2 4/4] test/cfgfile: test for long lines in file
Bruce Richardson
Re: [PATCH v2 00/17] drivers: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 0/3] lib: remove use of strncpy
Bruce Richardson
[PATCH v2 1/3] ethdev: remove use of strncpy
Bruce Richardson
[PATCH v2 2/3] eventdev: improve bounds checks for names in adapter create
Bruce Richardson
[PATCH v2 3/3] vhost: remove use of strncpy
Bruce Richardson
[PATCH v1 00/13] fix bugs
liujie5
[PATCH v1 02/13] net/sxe2: update switchdev repr VSI ID display format
liujie5
[PATCH v1 01/13] net/sxe2: add Rx queue buffer split fill support
liujie5
[PATCH v1 03/13] net/sxe2: add ACL engine event statistics support
liujie5
[PATCH v1 07/13] net/sxe2: validate IPsec key length against maximum limit
liujie5
[PATCH v1 10/13] common/sxe2: allow munmap during kernel reset
liujie5
[PATCH v1 09/13] net/sxe2: optimize vectorized Tx/Rx path
liujie5
[PATCH v1 12/13] net/sxe2: clean up structure definitions
liujie5
[PATCH v1 06/13] net/sxe2: refactor flow tunnel port handling
liujie5
[PATCH v1 08/13] net/sxe2: enhance repr event handling and MP code
liujie5
[PATCH v1 13/13] doc/sxe2: add acl-stat-type parameter documentation
liujie5
[PATCH v1 04/13] net/sxe2: enhance device cap and res management
liujie5
[PATCH v1 11/13] net/sxe2: clean up duplicate function declarations
liujie5
[PATCH v1 05/13] net/sxe2: improve representor device initialization
liujie5
Re: [PATCH v1 00/13] fix bugs
Stephen Hemminger
Re: [PATCH 2/2] net/cpfl: validate fieldvector offsets before copying keys
Stephen Hemminger
Re: [PATCH 1/2] lib/pipeline: bound token concatenation when parsing instructions
Stephen Hemminger
[PATCH] net/mlx5: fix HWS sample action table leak on quit
Maayan Kashani
[PATCH v2 00/13] driver/sxe2: fix bugs
liujie5
[PATCH v2 02/13] net/sxe2: update switchdev repr VSI ID display format
liujie5
[PATCH v2 01/13] net/sxe2: add Rx queue buffer split fill support
liujie5
[PATCH v2 03/13] net/sxe2: add ACL engine event statistics support
liujie5
[PATCH v2 05/13] net/sxe2: improve representor device initialization
liujie5
[PATCH v2 04/13] net/sxe2: enhance device cap and res management
liujie5
[PATCH v2 06/13] net/sxe2: refactor flow tunnel port handling
liujie5
[PATCH v2 07/13] net/sxe2: validate IPsec key length against maximum limit
liujie5
[PATCH v2 08/13] net/sxe2: enhance repr event handling and MP code
liujie5
[PATCH v2 10/13] common/sxe2: allow munmap during kernel reset
liujie5
[PATCH v2 11/13] net/sxe2: clean up duplicate function declarations
liujie5
[PATCH v2 09/13] net/sxe2: optimize vectorized Tx/Rx path
liujie5
[PATCH v2 13/13] doc/sxe2: add acl-stat-type parameter documentation
liujie5
[PATCH v2 12/13] net/sxe2: clean up structure definitions
liujie5
Re: [PATCH v2 00/13] driver/sxe2: fix bugs
Stephen Hemminger
[PATCH v6 0/2] net/af_xdp: add Rx timestamping and read_clock support
Mark Blasko
[PATCH v6 1/2] net/af_xdp: add af_xdp rx metadata and dynamic timestamping support
Mark Blasko
[PATCH v6 2/2] net/af_xdp: add read_clock support to AF_XDP PMD
Mark Blasko
Re: [PATCH v6 0/2] net/af_xdp: add Rx timestamping and read_clock support
Stephen Hemminger
[PATCH v4 00/16] per-queue statistics changes
Stephen Hemminger
[PATCH v4 01/16] net/virtio: remove unused queue stats mapping
Stephen Hemminger
[PATCH v4 02/16] app/testpmd: remove leftover set qmap
Stephen Hemminger
[PATCH v4 03/16] net/enic: remove unneeded ops initialization
Stephen Hemminger
[PATCH v4 04/16] net/cnxk: fix Tx drops added to Rx queue errors
Stephen Hemminger
[PATCH v4 05/16] net/cnxk: remove queue stats mapping
Stephen Hemminger
[PATCH v4 06/16] net/e1000: remove queue stats mapping
Stephen Hemminger
Re: [PATCH v4 06/16] net/e1000: remove queue stats mapping
Bruce Richardson
[PATCH v4 07/16] net/ixgbe: remove queue stats mapping
Stephen Hemminger
Re: [PATCH v4 07/16] net/ixgbe: remove queue stats mapping
Bruce Richardson
[PATCH v4 08/16] net/txgbe: remove queue stats mapping
Stephen Hemminger
[PATCH v4 09/16] net/sxe2: fix null dereference in stats get
Stephen Hemminger
[PATCH v4 10/16] net/sxe2: remove queue stats mapping
Stephen Hemminger
[PATCH v4 11/16] ethdev: remove support for queue stats mapping
Stephen Hemminger
[PATCH v4 12/16] net/mvpp2: fix out of range Tx queue stats write
Stephen Hemminger
[PATCH v4 14/16] net/xsc: fix Tx errors added to Rx queue errors
Stephen Hemminger
[PATCH v4 15/16] ethdev: remove queue stats counter limit
Stephen Hemminger
RE: [EXTERNAL] [PATCH v4 15/16] ethdev: remove queue stats counter limit
Long Li
[PATCH v4 16/16] test/pmd_ring: test per-queue xstats
Stephen Hemminger
[PATCH v4 13/16] net/ntnic: fix Tx errors reported as Rx queue errors
Stephen Hemminger
[PATCH 0/8] remove non-base files from base folders
Bruce Richardson
[PATCH 3/8] net/i40e: move editable files out of base folder
Bruce Richardson
[PATCH 1/8] net/e1000: move editable files out of base folder
Bruce Richardson
[PATCH 5/8] net/ice: move editable files out of base folder
Bruce Richardson
[PATCH 6/8] net/idpf: move editable files out of base folder
Bruce Richardson
[PATCH 7/8] net/ixgbe: move editable files out of base folder
Bruce Richardson
Re: [PATCH 7/8] net/ixgbe: move editable files out of base folder
David Marchand
Re: [PATCH 7/8] net/ixgbe: move editable files out of base folder
Bruce Richardson
[PATCH 8/8] net/ice: consolidate the sources list
Bruce Richardson
[PATCH 4/8] net/iavf: move editable files out of base folder
Bruce Richardson
[PATCH 2/8] net/fm10k: move editable files out of base folder
Bruce Richardson
Re: [PATCH 0/8] remove non-base files from base folders
Burakov, Anatoly
[PATCH v3 0/8] remove non-base files from base folders
Bruce Richardson
[PATCH v3 1/8] net/e1000: move editable files out of base folder
Bruce Richardson
[PATCH v3 5/8] net/ice: move editable files out of base folder
Bruce Richardson
[PATCH v3 3/8] net/i40e: move editable files out of base folder
Bruce Richardson
[PATCH v3 8/8] net/ice: consolidate the sources list
Bruce Richardson
[PATCH v3 7/8] net/ixgbe: move editable files out of base folder
Bruce Richardson
[PATCH v3 6/8] net/idpf: move editable files out of base folder
Bruce Richardson
[PATCH v3 4/8] net/iavf: move editable files out of base folder
Bruce Richardson
[PATCH v3 2/8] net/fm10k: move editable files out of base folder
Bruce Richardson
[PATCH v2 0/8] remove non-base files from base folders
Bruce Richardson
[PATCH v2 1/8] net/e1000: move editable files out of base folder
Bruce Richardson
[PATCH v2 4/8] net/iavf: move editable files out of base folder
Bruce Richardson
[PATCH v2 5/8] net/ice: move editable files out of base folder
Bruce Richardson
[PATCH v2 8/8] net/ice: consolidate the sources list
Bruce Richardson
Re: [PATCH v2 0/8] remove non-base files from base folders
David Marchand
Re: [PATCH v2 0/8] remove non-base files from base folders
Bruce Richardson
[PATCH v2 3/8] net/i40e: move editable files out of base folder
Bruce Richardson
[PATCH v2 6/8] net/idpf: move editable files out of base folder
Bruce Richardson
[PATCH v2 2/8] net/fm10k: move editable files out of base folder
Bruce Richardson
[PATCH v2 7/8] net/ixgbe: move editable files out of base folder
Bruce Richardson
[PATCH v1 00/13] net/sxe2: fix bugs
liujie5
[PATCH v1 07/13] net/sxe2: validate IPsec key length against maximum limit
liujie5
[PATCH v1 02/13] net/sxe2: update switchdev repr VSI ID display format
liujie5
[PATCH v1 05/13] net/sxe2: improve representor device initialization
liujie5
[PATCH v1 01/13] net/sxe2: add Rx queue buffer split fill support
liujie5
[PATCH v1 08/13] net/sxe2: enhance repre event handling and MP code
liujie5
[PATCH v1 04/13] net/sxe2: enhance device cap and res management
liujie5
[PATCH v1 03/13] net/sxe2: add ACL engine event statistics support
liujie5
[PATCH v1 09/13] net/sxe2: optimize vectorized Tx/Rx path
liujie5
Earlier messages
Later messages