Re: [Intel-wired-lan] [PATCH iwl-net] ice: implement AQ download pkg retry

2024-05-17 Thread Naveen Mamindlapalli
> -Original Message- > From: Wojciech Drewek > Sent: Thursday, May 16, 2024 7:34 PM > To: net...@vger.kernel.org > Cc: intel-wired-...@lists.osuosl.org > Subject: [PATCH iwl-net] ice: implement AQ download pkg retry > > ice_aqc_opc_download_pkg (0x0C40) AQ sporadically returns error

RE: [PATCH 19/26] netfs: New writeback implementation

2024-03-29 Thread Naveen Mamindlapalli
> -Original Message- > From: David Howells > Sent: Thursday, March 28, 2024 10:04 PM > To: Christian Brauner ; Jeff Layton > ; > Gao Xiang ; Dominique Martinet > > Cc: David Howells ; Matthew Wilcox > ; Steve French ; Marc Dionne > ; Paulo Alcantara ; Shyam > Prasad N ; Tom Talpey ;

RE: [PATCH net-next v5 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members

2024-03-28 Thread Naveen Mamindlapalli
> -Original Message- > From: Julien Panis > Sent: Thursday, March 28, 2024 2:57 PM > To: David S. Miller ; Eric Dumazet > ; Jakub Kicinski ; Paolo Abeni > ; Russell King ; Alexei Starovoitov > ; Daniel Borkmann ; Jesper Dangaard > Brouer ; John Fastabend ; > Sumit Semwal ; Christian

[PATCH] octeontx2-pf: Add flow classification using IP next level protocol

2021-01-11 Thread Naveen Mamindlapalli
is not extracted into MCAM search key. Modified npc_check_field function to return bool. Signed-off-by: Naveen Mamindlapalli Signed-off-by: Sunil Goutham --- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 5 + .../ethernet/marvell/octeontx2/af/rvu_debugfs.c| 1 + .../net/ethernet

[PATCH v4 net-next 03/13] octeontx2-af: Generate key field bit mask from KEX profile

2020-11-14 Thread Naveen Mamindlapalli
Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/Makefile | 2 +- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 48 ++ drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 38 ++ .../net/ethernet/marvell/octeontx2/af

[PATCH v4 net-next 01/13] octeontx2-af: Modify default KEX profile to extract TX packet fields

2020-11-14 Thread Naveen Mamindlapalli
to point LB_PTR to the starting byte offset of VLAN header which points to the tpid field. Signed-off-by: Stanislaw Kardach Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 31 +++ .../ethernet/marvell/octeontx2/af

[PATCH v4 net-next 13/13] octeontx2-af: Delete NIX_RXVLAN_ALLOC mailbox message

2020-11-14 Thread Naveen Mamindlapalli
From: Subbaraya Sundeep Since mailbox message for installing flows is in place, remove the RXVLAN_ALLOC mbox message which is redundant. Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h

[PATCH v4 net-next 10/13] octeontx2-pf: Add support for SR-IOV management functions

2020-11-14 Thread Naveen Mamindlapalli
a valid MAC addr in nix_lf_start_rx function. Signed-off-by: Naveen Mamindlapalli Co-developed-by: Tomasz Duszynski Signed-off-by: Tomasz Duszynski Signed-off-by: Sunil Goutham Signed-off-by: Hariprasad Kelam --- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 1 + drivers/net/ethernet

[PATCH v4 net-next 05/13] octeontx2-pf: Add support for ethtool ntuple filters

2020-11-14 Thread Naveen Mamindlapalli
as of now and PF can install ntuple filters to direct the traffic to its VFs. Hence added a separate callback for VFs to get/set RSS configuration. Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../net/ethernet/marvell/octeontx2/nic/Makefile

[PATCH v4 net-next 12/13] octeontx2-af: Add new mbox messages to retrieve MCAM entries

2020-11-14 Thread Naveen Mamindlapalli
the existing entry. Similarly while installing new flow rules for a VF, the base flow steering rule match creteria is copied to the new flow rule and the deltas are appended to the new rule. Signed-off-by: Naveen Mamindlapalli Co-developed-by: Vamsi Attunuru Signed-off-by: Vamsi Attunuru Signed-off

[PATCH v4 net-next 06/13] octeontx2-pf: Add support for unicast MAC address filtering

2020-11-14 Thread Naveen Mamindlapalli
-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/nic/otx2_common.h | 15 ++- .../ethernet/marvell/octeontx2/nic/otx2_flows.c| 120 - .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 15 ++- 3 files changed, 143 insertions

[PATCH v4 net-next 08/13] octeontx2-af: Modify nix_vtag_cfg mailbox to support TX VTAG entries

2020-11-14 Thread Naveen Mamindlapalli
to insert. The mailbox response contains the entry index which is used by mailbox requester in configuring the NPC_TX_VTAG_ACTION for any MCAM entry. Signed-off-by: Vamsi Attunuru Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h

[PATCH v4 net-next 00/13] Add ethtool ntuple filters support

2020-11-14 Thread Naveen Mamindlapalli
ess filtering octeontx2-pf: Implement ingress/egress VLAN offload octeontx2-af: Handle PF-VF mac address changes Naveen Mamindlapalli (2): octeontx2-pf: Add support for SR-IOV management functions octeontx2-af: Add new mbox messages to retrieve MCAM entries Stanislaw Kardach (1): octeont

[PATCH v4 net-next 09/13] octeontx2-pf: Implement ingress/egress VLAN offload

2020-11-14 Thread Naveen Mamindlapalli
the outer vlan fields. The NIX PF allocates one MCAM entry for Rx VLAN offload. Signed-off-by: Hariprasad Kelam Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 13 +++ .../net/ethernet/marvell/octeontx2/af/rvu_nix.c

[PATCH v4 net-next 04/13] octeontx2-af: Add mbox messages to install and delete MCAM rules

2020-11-14 Thread Naveen Mamindlapalli
-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/common.h | 2 + drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 76 ++- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 57 +- drivers/net

[PATCH v4 net-next 07/13] octeontx2-af: Add debugfs entry to dump the MCAM rules

2020-11-14 Thread Naveen Mamindlapalli
mask 0x Forward to: PF1 VF0 action: Direct to queue 0 enabled: yes counter: 1 hits: 0 Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/af/rvu_debugfs.c| 197

[PATCH v4 net-next 11/13] octeontx2-af: Handle PF-VF mac address changes

2020-11-14 Thread Naveen Mamindlapalli
be overwritten by VF. Signed-off-by: Hariprasad Kelam Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c| 12 +++- drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 2 ++ drivers/net/ethernet/marvell/octeontx2/af

[PATCH v4 net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-14 Thread Naveen Mamindlapalli
Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c| 4 +- drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 2 + .../net/ethernet/marvell/octeontx2/af/rvu_npc.c| 78 ++ 3 files changed, 82 insertions

Re: [PATCH v3 net-next 00/13] Add ethtool ntuple filters support

2020-11-14 Thread Naveen Mamindlapalli
Hi Saeed, Thanks for the review. > -Original Message- > From: Saeed Mahameed > Sent: Friday, November 13, 2020 1:47 AM > To: Naveen Mamindlapalli ; net...@vger.kernel.org; > linux-kernel@vger.kernel.org > Cc: k...@kernel.org; da...@davemloft.net; Sunil Kovvuri Goutha

RE: [EXT] Re: [PATCH v3 net-next 00/13] Add ethtool ntuple filters support

2020-11-14 Thread Naveen Mamindlapalli
Hi Saeed, Thanks for the review. > -Original Message- > From: Saeed Mahameed > Sent: Friday, November 13, 2020 1:47 AM > To: Naveen Mamindlapalli ; net...@vger.kernel.org; > linux-kernel@vger.kernel.org > Cc: k...@kernel.org; da...@davemloft.net; Sunil Kovvuri Goutha

Re: [PATCH v3 net-next 07/13] octeontx2-af: Add debugfs entry to dump the MCAM rules

2020-11-14 Thread Naveen Mamindlapalli
Hi Saeed, > -Original Message- > From: Saeed Mahameed > Sent: Friday, November 13, 2020 1:18 AM > To: Naveen Mamindlapalli ; net...@vger.kernel.org; > linux-kernel@vger.kernel.org > Cc: k...@kernel.org; da...@davemloft.net; Sunil Kovvuri Goutham > ; Linu Cherian ; &

RE: [EXT] Re: [PATCH v3 net-next 01/13] octeontx2-af: Modify default KEX profile to extract TX packet fields

2020-11-14 Thread Naveen Mamindlapalli
Hi Saeed, Thanks for the review. > -Original Message- > From: Saeed Mahameed > Sent: Friday, November 13, 2020 1:27 AM > To: Naveen Mamindlapalli ; net...@vger.kernel.org; > linux-kernel@vger.kernel.org > Cc: k...@kernel.org; da...@davemloft.net; Sunil Kovvuri Goutha

Re: [PATCH v3 net-next 03/13] octeontx2-af: Generate key field bit mask from KEX profile

2020-11-14 Thread Naveen Mamindlapalli
Hi Alexander, Thanks for the review. > -Original Message- > From: Alexander Duyck > Sent: Friday, November 13, 2020 2:55 AM > To: Naveen Mamindlapalli > Cc: Netdev ; LKML ; > Jakub Kicinski ; David Miller ; > sa...@kernel.org; Sunil Kovvuri Goutham ; Linu >

Re: [PATCH v3 net-next 04/13] octeontx2-af: Add mbox messages to install and delete MCAM rules

2020-11-14 Thread Naveen Mamindlapalli
Hi Alexander, Thanks for the review. > -Original Message- > From: Alexander Duyck > Sent: Friday, November 13, 2020 3:17 AM > To: Naveen Mamindlapalli > Cc: Netdev ; LKML ; > Jakub Kicinski ; David Miller ; > sa...@kernel.org; Sunil Kovvuri Goutham ; Linu >

Re: [PATCH v3 net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-14 Thread Naveen Mamindlapalli
Hi Alexander, > -Original Message- > From: Alexander Duyck > Sent: Friday, November 13, 2020 1:33 AM > To: Naveen Mamindlapalli > Cc: Netdev ; LKML ; > Jakub Kicinski ; David Miller ; > sa...@kernel.org; Sunil Kovvuri Goutham ; Linu > Cherian ; Geethasowjan

Re: [PATCH v3 net-next 01/13] octeontx2-af: Modify default KEX profile to extract TX packet fields

2020-11-14 Thread Naveen Mamindlapalli
Hi Alexander, Thanks for the review. > -Original Message- > From: Alexander Duyck > Sent: Friday, November 13, 2020 1:32 AM > To: Naveen Mamindlapalli > Cc: Netdev ; LKML ; > Jakub Kicinski ; David Miller ; > sa...@kernel.org; Sunil Kovvuri Goutham ; Linu >

[PATCH v3 net-next 00/13] Add ethtool ntuple filters support

2020-11-10 Thread Naveen Mamindlapalli
ges Naveen Mamindlapalli (2): octeontx2-pf: Add support for SR-IOV management functions octeontx2-af: Add new mbox messages to retrieve MCAM entries Stanislaw Kardach (1): octeontx2-af: Modify default KEX profile to extract TX packet fields Subbaraya Sundeep (6): octeontx2-af: Verify MCAM en

[PATCH v3 net-next 05/13] octeontx2-pf: Add support for ethtool ntuple filters

2020-11-10 Thread Naveen Mamindlapalli
as of now and PF can install ntuple filters to direct the traffic to its VFs. Hence added a separate callback for VFs to get/set RSS configuration. Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../net/ethernet/marvell/octeontx2/nic/Makefile

[PATCH v3 net-next 01/13] octeontx2-af: Modify default KEX profile to extract TX packet fields

2020-11-10 Thread Naveen Mamindlapalli
points to the tpid field. Signed-off-by: Stanislaw Kardach Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/af/npc_profile.h| 71 -- .../net/ethernet/marvell/octeontx2/af/rvu_nix.c| 6 ++ 2 files changed, 72 insertions

[PATCH v3 net-next 03/13] octeontx2-af: Generate key field bit mask from KEX profile

2020-11-10 Thread Naveen Mamindlapalli
Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/Makefile | 2 +- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 48 ++ drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 38 ++ .../net/ethernet/marvell/octeontx2/af

[PATCH v3 net-next 04/13] octeontx2-af: Add mbox messages to install and delete MCAM rules

2020-11-10 Thread Naveen Mamindlapalli
-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/common.h | 2 + drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 76 ++- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 57 +- drivers/net

[PATCH v3 net-next 08/13] octeontx2-af: Modify nix_vtag_cfg mailbox to support TX VTAG entries

2020-11-10 Thread Naveen Mamindlapalli
to insert. The mailbox response contains the entry index which is used by mailbox requester in configuring the NPC_TX_VTAG_ACTION for any MCAM entry. Signed-off-by: Vamsi Attunuru Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h

[PATCH v3 net-next 09/13] octeontx2-pf: Implement ingress/egress VLAN offload

2020-11-10 Thread Naveen Mamindlapalli
the outer vlan fields. The NIX PF allocates one MCAM entry for Rx VLAN offload. Signed-off-by: Hariprasad Kelam Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 13 +++ .../net/ethernet/marvell/octeontx2/af/rvu_nix.c

[PATCH v3 net-next 07/13] octeontx2-af: Add debugfs entry to dump the MCAM rules

2020-11-10 Thread Naveen Mamindlapalli
mask 0x Forward to: PF1 VF0 action: Direct to queue 0 enabled: yes counter: 1 hits: 0 Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/af/rvu_debugfs.c| 197

[PATCH v3 net-next 06/13] octeontx2-pf: Add support for unicast MAC address filtering

2020-11-10 Thread Naveen Mamindlapalli
-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/nic/otx2_common.h | 15 ++- .../ethernet/marvell/octeontx2/nic/otx2_flows.c| 120 - .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 15 ++- 3 files changed, 143 insertions

[PATCH v3 net-next 10/13] octeontx2-pf: Add support for SR-IOV management functions

2020-11-10 Thread Naveen Mamindlapalli
a valid MAC addr in nix_lf_start_rx function. Signed-off-by: Naveen Mamindlapalli Co-developed-by: Tomasz Duszynski Signed-off-by: Tomasz Duszynski Signed-off-by: Sunil Goutham Signed-off-by: Hariprasad Kelam --- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 1 + drivers/net/ethernet

[PATCH v3 net-next 12/13] octeontx2-af: Add new mbox messages to retrieve MCAM entries

2020-11-10 Thread Naveen Mamindlapalli
the existing entry. Similarly while installing new flow rules for a VF, the base flow steering rule match creteria is copied to the new flow rule and the deltas are appended to the new rule. Signed-off-by: Naveen Mamindlapalli Co-developed-by: Vamsi Attunuru Signed-off-by: Vamsi Attunuru Signed-off

[PATCH v3 net-next 13/13] octeontx2-af: Delete NIX_RXVLAN_ALLOC mailbox message

2020-11-10 Thread Naveen Mamindlapalli
From: Subbaraya Sundeep Since mailbox message for installing flows is in place, remove the RXVLAN_ALLOC mbox message which is redundant. Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h

[PATCH v3 net-next 11/13] octeontx2-af: Handle PF-VF mac address changes

2020-11-10 Thread Naveen Mamindlapalli
be overwritten by VF. Signed-off-by: Hariprasad Kelam Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c| 12 +++- drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 2 ++ drivers/net/ethernet/marvell/octeontx2/af

[PATCH v3 net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-10 Thread Naveen Mamindlapalli
Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c| 4 +- drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 2 + .../net/ethernet/marvell/octeontx2/af/rvu_npc.c| 78 ++ 3 files changed, 82 insertions

Re: [PATCH v2 net-next 09/13] octeontx2-pf: Implement ingress/egress VLAN offload

2020-11-10 Thread Naveen Mamindlapalli
Hi Saeed, Thanks for the review! > -Original Message- > From: Saeed Mahameed > Sent: Saturday, November 7, 2020 4:03 AM > To: Naveen Mamindlapalli ; net...@vger.kernel.org; > linux-kernel@vger.kernel.org > Cc: k...@kernel.org; da...@davemloft.net; Sunil Kovvuri Goutha

Re: [PATCH v2 net-next 06/13] octeontx2-pf: Add support for unicast MAC address filtering

2020-11-10 Thread Naveen Mamindlapalli
Hi Saeed, Thanks for the review! > -Original Message- > From: Saeed Mahameed > Sent: Saturday, November 7, 2020 3:46 AM > To: Naveen Mamindlapalli ; net...@vger.kernel.org; > linux-kernel@vger.kernel.org > Cc: k...@kernel.org; da...@davemloft.net; Sunil Kovvuri Goutha

[PATCH v2 net-next 09/13] octeontx2-pf: Implement ingress/egress VLAN offload

2020-11-05 Thread Naveen Mamindlapalli
the outer vlan fields. The NIX PF allocates one MCAM entry for Rx VLAN offload. Signed-off-by: Hariprasad Kelam Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 13 +++ .../net/ethernet/marvell/octeontx2/af/rvu_nix.c

[PATCH v2 net-next 13/13] octeontx2-af: Delete NIX_RXVLAN_ALLOC mailbox message

2020-11-05 Thread Naveen Mamindlapalli
From: Subbaraya Sundeep Since mailbox message for installing flows is in place, remove the RXVLAN_ALLOC mbox message which is redundant. Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h

[PATCH v2 net-next 04/13] octeontx2-af: Add mbox messages to install and delete MCAM rules

2020-11-05 Thread Naveen Mamindlapalli
-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/common.h | 2 + drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 76 ++- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 57 +- drivers/net

[PATCH v2 net-next 12/13] octeontx2-af: Add new mbox messages to retrieve MCAM entries

2020-11-05 Thread Naveen Mamindlapalli
the existing entry. Similarly while installing new flow rules for a VF, the base flow steering rule match creteria is copied to the new flow rule and the deltas are appended to the new rule. Signed-off-by: Naveen Mamindlapalli Co-developed-by: Vamsi Attunuru Signed-off-by: Vamsi Attunuru Signed-off

[PATCH v2 net-next 06/13] octeontx2-pf: Add support for unicast MAC address filtering

2020-11-05 Thread Naveen Mamindlapalli
-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/nic/otx2_common.h | 10 ++ .../ethernet/marvell/octeontx2/nic/otx2_flows.c| 138 +++-- .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 5 + 3 files changed, 146 insertions

[PATCH v2 net-next 10/13] octeontx2-pf: Add support for SR-IOV management functions

2020-11-05 Thread Naveen Mamindlapalli
a valid MAC addr in nix_lf_start_rx function. Signed-off-by: Naveen Mamindlapalli Co-developed-by: Tomasz Duszynski Signed-off-by: Tomasz Duszynski Signed-off-by: Sunil Goutham Signed-off-by: Hariprasad Kelam --- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 1 + drivers/net/ethernet

[PATCH v2 net-next 07/13] octeontx2-af: Add debugfs entry to dump the MCAM rules

2020-11-05 Thread Naveen Mamindlapalli
mask 0x Forward to: PF1 VF0 action: Direct to queue 0 enabled: yes counter: 1 hits: 0 Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/af/rvu_debugfs.c| 197

[PATCH v2 net-next 05/13] octeontx2-pf: Add support for ethtool ntuple filters

2020-11-05 Thread Naveen Mamindlapalli
as of now and PF can install ntuple filters to direct the traffic to its VFs. Hence added a separate callback for VFs to get/set RSS configuration. Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../net/ethernet/marvell/octeontx2/nic/Makefile

[PATCH v2 net-next 08/13] octeontx2-af: Modify nix_vtag_cfg mailbox to support TX VTAG entries

2020-11-05 Thread Naveen Mamindlapalli
to insert. The mailbox response contains the entry index which is used by mailbox requester in configuring the NPC_TX_VTAG_ACTION for any MCAM entry. Signed-off-by: Vamsi Attunuru Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h

[PATCH v2 net-next 11/13] octeontx2-af: Handle PF-VF mac address changes

2020-11-05 Thread Naveen Mamindlapalli
be overwritten by VF. Signed-off-by: Hariprasad Kelam Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c| 12 +++- drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 2 ++ drivers/net/ethernet/marvell/octeontx2/af

[PATCH v2 net-next 00/13] Add ethtool ntuple filters support

2020-11-05 Thread Naveen Mamindlapalli
octeontx2-af: Handle PF-VF mac address changes Naveen Mamindlapalli (2): octeontx2-pf: Add support for SR-IOV management functions octeontx2-af: Add new mbox messages to retrieve MCAM entries Stanislaw Kardach (1): octeontx2-af: Modify default KEX profile to extract TX packet fields

[PATCH v2 net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-05 Thread Naveen Mamindlapalli
Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c| 4 +- drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 2 + .../net/ethernet/marvell/octeontx2/af/rvu_npc.c| 78 ++ 3 files changed, 82 insertions

[PATCH v2 net-next 03/13] octeontx2-af: Generate key field bit mask from KEX profile

2020-11-05 Thread Naveen Mamindlapalli
Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/Makefile | 2 +- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 48 ++ drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 38 ++ .../net/ethernet/marvell/octeontx2/af

[PATCH v2 net-next 01/13] octeontx2-af: Modify default KEX profile to extract TX packet fields

2020-11-05 Thread Naveen Mamindlapalli
points to the tpid field. Signed-off-by: Stanislaw Kardach Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/af/npc_profile.h| 71 -- .../net/ethernet/marvell/octeontx2/af/rvu_nix.c| 6 ++ 2 files changed, 72 insertions

Re: [PATCH net-next 10/13] octeontx2-pf: Add support for SR-IOV management functions

2020-11-02 Thread Naveen Mamindlapalli
Hi Jakub, > -Original Message- > From: Jakub Kicinski > Sent: Monday, November 2, 2020 11:25 PM > To: Naveen Mamindlapalli > Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org; > da...@davemloft.net; Sunil Kovvuri Goutham ; Linu > Cherian ; Geethasowjanya

Re: [PATCH net-next 03/13] octeontx2-af: Generate key field bit mask from KEX profile

2020-11-02 Thread Naveen Mamindlapalli
Hi Jakub, > -Original Message- > From: Jakub Kicinski > Sent: Monday, November 2, 2020 11:24 PM > To: Naveen Mamindlapalli > Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org; > da...@davemloft.net; Sunil Kovvuri Goutham ; Linu > Cherian ; Geethasowjanya

Re: [PATCH net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-02 Thread Naveen Mamindlapalli
Hi Jakub, > -Original Message- > From: Jakub Kicinski > Sent: Monday, November 2, 2020 11:23 PM > To: Naveen Mamindlapalli > Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org; > da...@davemloft.net; Sunil Kovvuri Goutham ; Linu > Cherian ; Geethasowjanya

[PATCH net-next 12/13] octeontx2-af: Add new mbox messages to retrieve MCAM entries

2020-11-01 Thread Naveen Mamindlapalli
the existing entry. Similarly while installing new flow rules for a VF, the base flow steering rule match creteria is copied to the new flow rule and the deltas are appended to the new rule. Signed-off-by: Naveen Mamindlapalli Co-developed-by: Vamsi Attunuru Signed-off-by: Vamsi Attunuru Signed-off

[PATCH net-next 08/13] octeontx2-af: Modify nix_vtag_cfg mailbox to support TX VTAG entries

2020-11-01 Thread Naveen Mamindlapalli
to insert. The mailbox response contains the entry index which is used by mailbox requester in configuring the NPC_TX_VTAG_ACTION for any MCAM entry. Signed-off-by: Vamsi Attunuru Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h

[PATCH net-next 07/13] octeontx2-af: Add debugfs entry to dump the MCAM rules

2020-11-01 Thread Naveen Mamindlapalli
mask 0x Forward to: PF1 VF0 action: Direct to queue 0 enabled: yes counter: 1 hits: 0 Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/af/rvu_debugfs.c| 197

[PATCH net-next 05/13] octeontx2-pf: Add support for ethtool ntuple filters

2020-11-01 Thread Naveen Mamindlapalli
as of now and PF can install ntuple filters to direct the traffic to its VFs. Hence added a separate callback for VFs to get/set RSS configuration. Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../net/ethernet/marvell/octeontx2/nic/Makefile

[PATCH net-next 11/13] octeontx2-af: Handle PF-VF mac address changes

2020-11-01 Thread Naveen Mamindlapalli
be overwritten by VF. Signed-off-by: Hariprasad Kelam Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c| 12 +++- drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 2 ++ drivers/net/ethernet/marvell/octeontx2/af

[PATCH net-next 04/13] octeontx2-af: Add mbox messages to install and delete MCAM rules

2020-11-01 Thread Naveen Mamindlapalli
-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/common.h | 2 + drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 76 ++- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 57 +- drivers/net

[PATCH net-next 09/13] octeontx2-pf: Implement ingress/egress VLAN offload

2020-11-01 Thread Naveen Mamindlapalli
the outer vlan fields. The NIX PF allocates one MCAM entry for Rx VLAN offload. Signed-off-by: Hariprasad Kelam Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 13 +++ .../net/ethernet/marvell/octeontx2/af/rvu_nix.c

[PATCH net-next 06/13] octeontx2-pf: Add support for unicast MAC address filtering

2020-11-01 Thread Naveen Mamindlapalli
-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/nic/otx2_common.h | 10 ++ .../ethernet/marvell/octeontx2/nic/otx2_flows.c| 138 +++-- .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 5 + 3 files changed, 146 insertions

[PATCH net-next 13/13] octeontx2-af: Delete NIX_RXVLAN_ALLOC mailbox message

2020-11-01 Thread Naveen Mamindlapalli
From: Subbaraya Sundeep Since mailbox message for installing flows is in place, remove the RXVLAN_ALLOC mbox message which is redundant. Signed-off-by: Subbaraya Sundeep Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/mbox.h

[PATCH net-next 10/13] octeontx2-pf: Add support for SR-IOV management functions

2020-11-01 Thread Naveen Mamindlapalli
a valid MAC addr in nix_lf_start_rx function. Signed-off-by: Naveen Mamindlapalli Co-developed-by: Tomasz Duszynski Signed-off-by: Tomasz Duszynski Signed-off-by: Sunil Goutham Signed-off-by: Hariprasad Kelam --- drivers/net/ethernet/marvell/octeontx2/af/npc.h| 1 + drivers/net/ethernet

[PATCH net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-01 Thread Naveen Mamindlapalli
Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c| 4 +- drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 2 + .../net/ethernet/marvell/octeontx2/af/rvu_npc.c| 78 ++ 3 files changed, 82 insertions

[PATCH net-next 00/13] Add ethtool ntuple filters support

2020-11-01 Thread Naveen Mamindlapalli
. * Patch 12 adds support to read the MCAM entries. Misc: * Removed redundant mailbox NIX_RXVLAN_ALLOC. Hariprasad Kelam (3): octeontx2-pf: Add support for unicast MAC address filtering octeontx2-pf: Implement ingress/egress VLAN offload octeontx2-af: Handle PF-VF mac address changes Naveen

[PATCH net-next 01/13] octeontx2-af: Modify default KEX profile to extract TX packet fields

2020-11-01 Thread Naveen Mamindlapalli
points to the tpid field. Signed-off-by: Stanislaw Kardach Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- .../ethernet/marvell/octeontx2/af/npc_profile.h| 71 -- .../net/ethernet/marvell/octeontx2/af/rvu_nix.c| 6 ++ 2 files changed, 72 insertions

[PATCH net-next 03/13] octeontx2-af: Generate key field bit mask from KEX profile

2020-11-01 Thread Naveen Mamindlapalli
Signed-off-by: Sunil Goutham Signed-off-by: Naveen Mamindlapalli --- drivers/net/ethernet/marvell/octeontx2/af/Makefile | 2 +- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 19 + drivers/net/ethernet/marvell/octeontx2/af/rvu.h| 69 +++ .../net/ethernet/marvell/octeontx2/af

[Xen-devel] Macvtap on Xen 4.6.6-3.el7

2017-11-09 Thread Naveen Mamindlapalli
Hi All, Does Xen Hypervisor support attaching macvtap interface to Xen guest VM? I am getting following errors when I tried to add interface type = 'direct' in the guest xml file and start guest VM using virt-manager. Error starting domain: unsupported configuration: unsupported interface type

Re: dropbear uclinux multiple client sessions

2015-11-26 Thread Naveen Mamindlapalli
Hi All, Running from inetd solved the issue of multiple client connections at a time. There is a limitation with non-inetd mode. Am I correct? Thanks and Regards, Naveen On Wed, Nov 25, 2015 at 12:25 PM, Naveen Mamindlapalli <naveen.mamindlapa...@gmail.com> wrote: > Hi All, >

Re: dropbear uclinux multiple client sessions

2015-11-26 Thread Naveen Mamindlapalli
Hi Matt, I didn't see your reply since it went into trash folder.Thanks for the reply. I tried running from inetd & it worked fine. Regards, Naveen On Thu, Nov 26, 2015 at 5:02 PM, Naveen Mamindlapalli <naveen.mamindlapa...@gmail.com> wrote: > Hi All, > > Running from ine

Re: [linux-usb-devel] Fwd: Re: irq nobody cared in EHCI - Linux-2.6.14

2006-07-28 Thread Naveen Mamindlapalli
Thankyou very much for your reply. --- David Brownell [EMAIL PROTECTED] wrote: On Monday 24 July 2006 2:04 am, Naveen Mamindlapalli wrote: Thanks for your reply. I am doing FPGA testing of EHCI host controller which is under development. Even In standard Intel PC ( Intel

Re: [linux-usb-devel] irq nobody cared in EHCI - Linux-2.6.14

2006-07-28 Thread Naveen Mamindlapalli
for me.Is there any problem by commenting the above code. Please correct me if I am wrong.I doubt why the above code is not in #ifdef CONFIG_VT8235 #endif Thankyou veru much Naveen --- David Brownell [EMAIL PROTECTED] wrote: On Monday 24 July 2006 2:04 am, Naveen Mamindlapalli wrote

[linux-usb-devel] Fwd: Re: irq nobody cared in EHCI - Linux-2.6.14

2006-07-24 Thread Naveen Mamindlapalli
] Subject: Re: irq nobody cared in EHCI - Linux-2.6.14 Date: Tue, 18 Jul 2006 14:46:02 -0700 CC: Naveen Mamindlapalli [EMAIL PROTECTED] On Tuesday 18 July 2006 5:30 am, Naveen Mamindlapalli wrote: Why ehci_watchdog is encountering the condition if(ehci-reclaim) if (status