dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v3 44/51] net/sxe2: align command structs with historical kernel layout
liujie5
[PATCH v3 43/51] net/sxe2: fix command channel log messages
liujie5
[PATCH v3 45/51] common/sxe2: fix ioctl channel log and close handling
liujie5
[PATCH v3 47/51] net/sxe2: harden ACL flow count resource handling
liujie5
[PATCH v3 48/51] net/sxe2: fix device init and representor matching issues
liujie5
[PATCH v3 49/51] net/sxe2: use correct loop counter type for representor LSC
liujie5
[PATCH v3 50/51] net/sxe2: restore NULL check in vectorized Tx mbuf release
liujie5
[PATCH v3 51/51] net/sxe2: simplify Rx queue buffer split fill helper
liujie5
[PATCH v4 00/44] net/sxe2: add Stars SXE2 net driver with fixes
liujie5
Re: [PATCH v4 00/44] net/sxe2: add Stars SXE2 net driver with fixes
Stephen Hemminger
[PATCH v4 01/44] common/sxe2: fix null pointer in class driver remove
liujie5
[PATCH v4 02/44] common/sxe2: allow munmap during kernel reset
liujie5
[PATCH v4 04/44] net/sxe2: fix MSIX register width in PF map table
liujie5
[PATCH v4 05/44] net/sxe2: restore pf and port index caps assignment
liujie5
[PATCH v4 06/44] net/sxe2: fix VSI lifecycle management
liujie5
[PATCH v4 07/44] net/sxe2: initialize stats in representor device init
liujie5
[PATCH v4 09/44] net/sxe2: propagate LSC event to VF representors
liujie5
[PATCH v4 08/44] net/sxe2: use base device name for representor naming
liujie5
[PATCH v4 10/44] net/sxe2: validate IPsec key length against maximum limit
liujie5
[PATCH v4 03/44] net/sxe2: fix VF PCI device ID
liujie5
[PATCH v4 12/44] net/sxe2: clean up duplicate function declarations
liujie5
[PATCH v4 13/44] net/sxe2: fix null VSI dereference in device info
liujie5
[PATCH v4 15/44] net/sxe2: fix QinQ and RSS offload capability report
liujie5
[PATCH v4 11/44] net/sxe2: rename representor VSI ID fields
liujie5
[PATCH v4 18/44] net/sxe2: validate PCI map resource type
liujie5
[PATCH v4 17/44] net/sxe2: move PCI register read macro to common header
liujie5
[PATCH v4 19/44] net/sxe2: guard PCI BAR unmap when not initialized
liujie5
[PATCH v4 20/44] net/sxe2: fix null dereference in dev uninit
liujie5
[PATCH v4 16/44] net/sxe2: use regular write for mapped registers
liujie5
[PATCH v4 21/44] net/sxe2: fix duplicated cleanup in dev close
liujie5
[PATCH v4 22/44] net/sxe2: align dev init and cleanup order
liujie5
[PATCH v4 14/44] net/sxe2: fill MAC and queue counts in device info
liujie5
[PATCH v4 23/44] net/sxe2: simplify switchdev representor matching
liujie5
[PATCH v4 24/44] net/sxe2: rename fnav cid manager symbols to flow
liujie5
[PATCH v4 25/44] net/sxe2: move tunnel port helpers into flow module
liujie5
[PATCH v4 26/44] net/sxe2: add ACL engine event statistics support
liujie5
[PATCH v4 27/44] net/sxe2: guard Rx queue event FD free in unregister
liujie5
[PATCH v4 28/44] net/sxe2: refactor primary process MP message handling
liujie5
[PATCH v4 29/44] net/sxe2: refactor Tx queue reset operations
liujie5
[PATCH v4 30/44] net/sxe2: unify vectorized Tx buffer handling
liujie5
[PATCH v4 31/44] net/sxe2: refine vectorized Tx/Rx mode setup
liujie5
[PATCH v4 32/44] net/sxe2: fix RSS action attribute validation
liujie5
[PATCH v4 33/44] net/sxe2: restore PF-only guard in udp tunnel port add
liujie5
[PATCH v4 34/44] net/sxe2: restore link update call in status query
liujie5
[PATCH v4 35/44] net/sxe2: validate representor ID against VF count
liujie5
[PATCH v4 36/44] net/sxe2: use primary VSI ID for representor VSI
liujie5
[PATCH v4 43/44] common/sxe2: fix ioctl channel log and close handling
liujie5
[PATCH v4 40/44] net/sxe2: skip flow id assignment on filter add failure
liujie5
[PATCH v4 42/44] net/sxe2: align command structs with historical kernel layout
liujie5
[PATCH v4 44/44] doc/sxe2: remove drv-sw-stats parameter documentation
liujie5
[PATCH v5 00/45] net/sxe2: add Stars SXE2 net driver with fixes
liujie5
[PATCH v5 06/45] net/sxe2: fix VSI lifecycle management
liujie5
[PATCH v5 02/45] common/sxe2: allow munmap during kernel reset
liujie5
[PATCH v5 05/45] net/sxe2: restore pf and port index caps assignment
liujie5
[PATCH v5 01/45] common/sxe2: fix null pointer in class driver remove
liujie5
[PATCH v5 09/45] net/sxe2: propagate LSC event to VF representors
liujie5
[PATCH v5 03/45] net/sxe2: fix VF PCI device ID
liujie5
[PATCH v5 08/45] net/sxe2: use base device name for representor naming
liujie5
[PATCH v5 04/45] net/sxe2: fix MSIX register width in PF map table
liujie5
[PATCH v5 10/45] net/sxe2: clear security context pointer on uninit
liujie5
[PATCH v5 11/45] net/sxe2: rename representor VSI ID fields
liujie5
[PATCH v5 12/45] net/sxe2: clean up duplicate function declarations
liujie5
[PATCH v5 14/45] net/sxe2: fill MAC and queue counts in device info
liujie5
[PATCH v5 15/45] net/sxe2: fix QinQ and RSS offload capability report
liujie5
[PATCH v5 07/45] net/sxe2: initialize stats in representor device init
liujie5
[PATCH v5 16/45] net/sxe2: use regular write for mapped registers
liujie5
[PATCH v5 17/45] net/sxe2: move PCI register read macro to common header
liujie5
[PATCH v5 18/45] net/sxe2: validate PCI map resource type
liujie5
[PATCH v5 19/45] net/sxe2: guard PCI BAR unmap when not initialized
liujie5
[PATCH v5 21/45] net/sxe2: fix duplicated cleanup in dev close
liujie5
[PATCH v5 22/45] net/sxe2: align dev init and cleanup order
liujie5
[PATCH v5 20/45] net/sxe2: fix null dereference in dev uninit
liujie5
[PATCH v5 23/45] net/sxe2: simplify switchdev representor matching
liujie5
[PATCH v5 25/45] net/sxe2: move tunnel port helpers into flow module
liujie5
[PATCH v5 28/45] net/sxe2: refactor primary process MP message handling
liujie5
[PATCH v5 26/45] net/sxe2: add ACL engine event statistics support
liujie5
[PATCH v5 27/45] net/sxe2: guard Rx queue event FD free in unregister
liujie5
[PATCH v5 29/45] net/sxe2: refactor Tx queue reset operations
liujie5
[PATCH v5 32/45] net/sxe2: fix RSS action attribute validation
liujie5
[PATCH v5 31/45] net/sxe2: refine vectorized Tx/Rx mode setup
liujie5
[PATCH v5 33/45] net/sxe2: restore PF-only guard in udp tunnel port add
liujie5
[PATCH v5 35/45] net/sxe2: validate representor ID against VF count
liujie5
[PATCH v5 34/45] net/sxe2: restore link update call in status query
liujie5
[PATCH v5 36/45] net/sxe2: use primary VSI ID for representor VSI
liujie5
[PATCH v5 38/45] net/sxe2: restore Rx queue buffer split fill support
liujie5
[PATCH v5 39/45] net/sxe2: skip tunnel config fill on get failure
liujie5
[PATCH v5 40/45] net/sxe2: skip flow id assignment on filter add failure
liujie5
[PATCH v5 42/45] net/sxe2: align command structs with historical kernel layout
liujie5
[PATCH v5 44/45] doc/sxe2: remove drv-sw-stats parameter documentation
liujie5
[PATCH v5 37/45] net/sxe2: wrap command params fill debug log in macro
liujie5
[PATCH v5 45/45] net/sxe2: remove ineffective queue counts in representor info
liujie5
[PATCH v6 00/45] net/sxe2: update SXE2 poll mode driver
liujie5
Re: [PATCH v6 00/45] net/sxe2: update SXE2 poll mode driver
Stephen Hemminger
[PATCH v6 02/45] common/sxe2: allow munmap during kernel reset
liujie5
[PATCH v6 03/45] net/sxe2: fix VF PCI device ID
liujie5
[PATCH v6 01/45] common/sxe2: fix null pointer in class driver remove
liujie5
[PATCH v6 04/45] net/sxe2: fix MSIX register width in PF map table
liujie5
[PATCH v6 05/45] net/sxe2: restore pf and port index caps assignment
liujie5
[PATCH v6 06/45] net/sxe2: fix VSI lifecycle management
liujie5
[PATCH v6 07/45] net/sxe2: initialize stats in representor device init
liujie5
[PATCH v6 08/45] net/sxe2: use base device name for representor naming
liujie5
[PATCH v6 09/45] net/sxe2: propagate LSC event to VF representors
liujie5
[PATCH v6 10/45] net/sxe2: clear security context pointer on uninit
liujie5
[PATCH v6 11/45] net/sxe2: rename representor VSI ID fields
liujie5
[PATCH v6 13/45] net/sxe2: fix null VSI dereference in device info
liujie5
[PATCH v6 12/45] net/sxe2: clean up duplicate function declarations
liujie5
[PATCH v6 14/45] net/sxe2: fill MAC and queue counts in device info
liujie5
[PATCH v6 15/45] net/sxe2: fix QinQ and RSS offload capability report
liujie5
[PATCH v6 17/45] net/sxe2: move PCI register read macro to common header
liujie5
[PATCH v6 18/45] net/sxe2: validate PCI map resource type
liujie5
[PATCH v6 16/45] net/sxe2: use regular write for mapped registers
liujie5
[PATCH v6 19/45] net/sxe2: guard PCI BAR unmap when not initialized
liujie5
[PATCH v6 22/45] net/sxe2: align dev init and cleanup order
liujie5
[PATCH v6 21/45] net/sxe2: fix duplicated cleanup in dev close
liujie5
[PATCH v6 23/45] net/sxe2: simplify switchdev representor matching
liujie5
[PATCH v6 20/45] net/sxe2: fix null dereference in dev uninit
liujie5
[PATCH v6 25/45] net/sxe2: move tunnel port helpers into flow module
liujie5
[PATCH v6 26/45] net/sxe2: add ACL engine event statistics support
liujie5
[PATCH v6 28/45] net/sxe2: refactor primary process MP message handling
liujie5
[PATCH v6 30/45] net/sxe2: unify vectorized Tx buffer handling
liujie5
[PATCH v6 34/45] net/sxe2: restore link update call in status query
liujie5
[PATCH v6 29/45] net/sxe2: refactor Tx queue reset operations
liujie5
[PATCH v6 32/45] net/sxe2: fix RSS action attribute validation
liujie5
[PATCH v6 38/45] net/sxe2: restore Rx queue buffer split fill support
liujie5
[PATCH v6 37/45] net/sxe2: wrap command params fill debug log in macro
liujie5
[PATCH v6 39/45] net/sxe2: skip tunnel config fill on get failure
liujie5
[PATCH v6 40/45] net/sxe2: skip flow id assignment on filter add failure
liujie5
[PATCH v6 36/45] net/sxe2: use primary VSI ID for representor VSI
liujie5
[PATCH v6 41/45] net/sxe2: fix command channel log messages
liujie5
[PATCH v6 44/45] doc/sxe2: remove drv-sw-stats parameter documentation
liujie5
[PATCH v6 42/45] net/sxe2: align command structs with historical kernel layout
liujie5
[PATCH v6 43/45] common/sxe2: fix ioctl channel log and close handling
liujie5
[PATCH v6 45/45] net/sxe2: remove ineffective queue counts in representor info
liujie5
[PATCH v7 00/47] net/sxe2: re-align with reference and fix review findings
Jie Liu
[PATCH v7 07/47] net/sxe2: initialize stats in representor device init
Jie Liu
[PATCH v7 01/47] common/sxe2: fix null pointer in class driver remove
Jie Liu
[PATCH v7 03/47] net/sxe2: fix VF PCI device ID
Jie Liu
[PATCH v7 08/47] net/sxe2: use base device name for representor naming
Jie Liu
[PATCH v7 05/47] net/sxe2: restore PF and port index caps assignment
Jie Liu
[PATCH v7 10/47] net/sxe2: clear security context pointer on uninit
Jie Liu
[PATCH v7 09/47] net/sxe2: propagate LSC event to VF representors
Jie Liu
[PATCH v7 04/47] net/sxe2: fix MSIX register width in PF map table
Jie Liu
[PATCH v7 06/47] net/sxe2: fix VSI lifecycle management
Jie Liu
[PATCH v7 11/47] net/sxe2: rename representor VSI ID fields
Jie Liu
[PATCH v7 16/47] net/sxe2: use regular write for mapped registers
Jie Liu
[PATCH v7 17/47] net/sxe2: move PCI register read macro to common header
Jie Liu
[PATCH v7 20/47] net/sxe2: fix null dereference in dev uninit
Jie Liu
[PATCH v7 18/47] net/sxe2: validate PCI map resource type
Jie Liu
[PATCH v7 19/47] net/sxe2: guard PCI BAR unmap when not initialized
Jie Liu
[PATCH v7 15/47] net/sxe2: fix QinQ and RSS offload capability report
Jie Liu
[PATCH v7 14/47] net/sxe2: fill MAC addresses in device info
Jie Liu
[PATCH v7 13/47] net/sxe2: fix null VSI dereference in device info
Jie Liu
[PATCH v7 02/47] common/sxe2: allow munmap during kernel reset
Jie Liu
[PATCH v7 12/47] net/sxe2: clean up duplicate function declarations
Jie Liu
[PATCH v7 00/47] net/sxe2: re-align with reference and fix review findings
liujie5
Re: [PATCH v7 00/47] net/sxe2: re-align with reference and fix review findings
David Marchand
Re: [PATCH v7 00/47] net/sxe2: re-align with reference and fix review findings
Stephen Hemminger
[PATCH v7 02/47] common/sxe2: allow munmap during kernel reset
liujie5
[PATCH v7 01/47] common/sxe2: fix null pointer in class driver remove
liujie5
[PATCH v7 03/47] net/sxe2: fix VF PCI device ID
liujie5
[PATCH v7 04/47] net/sxe2: fix MSIX register width in PF map table
liujie5
[PATCH v7 05/47] net/sxe2: restore PF and port index caps assignment
liujie5
[PATCH v7 06/47] net/sxe2: fix VSI lifecycle management
liujie5
[PATCH v7 08/47] net/sxe2: use base device name for representor naming
liujie5
[PATCH v7 10/47] net/sxe2: clear security context pointer on uninit
liujie5
[PATCH v7 12/47] net/sxe2: clean up duplicate function declarations
liujie5
[PATCH v7 11/47] net/sxe2: rename representor VSI ID fields
liujie5
[PATCH v7 09/47] net/sxe2: propagate LSC event to VF representors
liujie5
[PATCH v7 07/47] net/sxe2: initialize stats in representor device init
liujie5
[PATCH v7 13/47] net/sxe2: fix null VSI dereference in device info
liujie5
[PATCH v7 14/47] net/sxe2: fill MAC addresses in device info
liujie5
[PATCH v7 15/47] net/sxe2: fix QinQ and RSS offload capability report
liujie5
[PATCH v7 16/47] net/sxe2: use regular write for mapped registers
liujie5
[PATCH v7 20/47] net/sxe2: fix null dereference in dev uninit
liujie5
[PATCH v7 18/47] net/sxe2: validate PCI map resource type
liujie5
[PATCH v7 17/47] net/sxe2: move PCI register read macro to common header
liujie5
[PATCH v7 21/47] net/sxe2: fix duplicated cleanup in dev close
liujie5
[PATCH v7 19/47] net/sxe2: guard PCI BAR unmap when not initialized
liujie5
[PATCH v7 22/47] net/sxe2: align dev init and cleanup order
liujie5
[PATCH v7 23/47] net/sxe2: simplify switchdev representor matching
liujie5
[PATCH v7 24/47] net/sxe2: rename fnav cid manager symbols to flow
liujie5
[PATCH v7 25/47] net/sxe2: move tunnel port helpers into flow module
liujie5
[PATCH v7 26/47] net/sxe2: add ACL engine event statistics support
liujie5
[PATCH v7 27/47] net/sxe2: refactor primary process MP message handling
liujie5
[PATCH v7 29/47] net/sxe2: unify vectorized Tx buffer handling
liujie5
[PATCH v7 30/47] net/sxe2: optimize NEON Tx descriptor fill
liujie5
[PATCH v7 28/47] net/sxe2: refactor Tx queue reset operations
liujie5
[PATCH v7 31/47] net/sxe2: fix NEON Rx ptype mapping and memory ordering
liujie5
[PATCH v7 32/47] net/sxe2: refine vectorized Tx/Rx mode setup
liujie5
[PATCH v7 34/47] net/sxe2: restore PF-only guard in UDP tunnel port add
liujie5
[PATCH v7 33/47] net/sxe2: fix RSS action attribute validation
liujie5
[PATCH v7 37/47] net/sxe2: use primary VSI ID for representor VSI
liujie5
[PATCH v7 36/47] net/sxe2: validate representor ID against VF count
liujie5
[PATCH v7 39/47] net/sxe2: restore Rx queue buffer split fill support
liujie5
[PATCH v7 38/47] net/sxe2: wrap command params fill debug log in macro
liujie5
[PATCH v7 40/47] net/sxe2: skip tunnel config fill on get failure
liujie5
[PATCH v7 35/47] net/sxe2: restore link update call in status query
liujie5
[PATCH v7 41/47] net/sxe2: skip flow ID assignment on filter add failure
liujie5
[PATCH v7 42/47] net/sxe2: correct command channel log messages
liujie5
[PATCH v7 43/47] net/sxe2: align command structs with kernel layout
liujie5
Earlier messages
Later messages