From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 647D213B7AE; Fri, 10 May 2024 03:32:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715311971; cv=none; b=aXj5SxJUIIlaC8PaycZinyWRp8KUa2G0MgLQgHpBHVZMjvupLwUq2O6v5nkfkPIPCpH57fEQnarnEp5o1PsyJEShyRZv6qvQhmF4Bxo85g8i1trdYkQKt1cW5+At1nB4ZQ9Rf+LCEqTjMXcZ4JPGnE3IOi8vzF6/1moGxDhEQr4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715311971; c=relaxed/simple; bh=ifTPqdXQ7MTBTtvmPsGBtgmfq34K+ZFAElbosK+LOKk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=BL1YmAAXkJgCIn7yhhrPYOmjQDQ+jyMr9fMPcwK4scpgZ4tYusAwPyBra2YJijbnOad/2BS8O5NkYLUvaAsK93kjL/s/E3y9tuEd80Hv72f/D1p3PlswzAIzyg6l0gZRzDocjCRjp97gWDq45/nut0ZQECIvnpO6S+Z9R5Oede8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pv2zGA0B; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pv2zGA0B" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CE1AC116B1; Fri, 10 May 2024 03:32:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715311971; bh=ifTPqdXQ7MTBTtvmPsGBtgmfq34K+ZFAElbosK+LOKk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pv2zGA0BfVxiT253GqvnsVrWoTD52EVpRuIeiO3plXlVmCsAC/XEeQ1pohUOzX5Z1 fyV7T6Ysk3CQ4A57b8onSUalLLRiyJYWxC8DrbTSlWdXUAAeXtlI6cOIAJeB0GQoYu rSlbWyrWvJEpL5Eit+zBZHNdYTi7Jo5YP1U2EB0FLxlsSkFhEm/3tgcF+eq2Q1QEnu D04AojoF1WyTYFhjBhKNXdoBbwOOPToDWcwYqvazp1t5+f5K/I8yyQHjlomDI7ri4e aJfWh7J19Se5kxUDrPxXFnfojd4mSD8jaOUDEvU83gFCHedI/3ZjEEp8ryJELKsHui yUG/AWPc28tPQ== Date: Thu, 9 May 2024 20:32:49 -0700 From: Jakub Kicinski To: Geetha sowjanya Cc: , , , , , , , Subject: Re: [net-next PATCH v4 09/10] octeontx2-pf: Add representors for sdp MAC Message-ID: <20240509203249.09a5630f@kernel.org> In-Reply-To: <20240507163921.29683-10-gakula@marvell.com> References: <20240507163921.29683-1-gakula@marvell.com> <20240507163921.29683-10-gakula@marvell.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 7 May 2024 22:09:20 +0530 Geetha sowjanya wrote: > RPM and SDP MACs support > ingress/egress pkt IO on interfaces with different set of capabilities > like interface modes. This doesn't explain much, what's "interface modes"?