From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: marvell switch Date: Thu, 5 Apr 2018 18:09:26 +0200 Message-ID: <20180405160926.GA17495@lunn.ch> References: <20180405122223.GC12178@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Ran Shalit Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:51841 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751259AbeDEQJ2 (ORCPT ); Thu, 5 Apr 2018 12:09:28 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > Is there a wiki which explains switch configuration ? Nope. The whole idea is that they behave like normal linux interfaces. So there is no need to document them. You already know how to use them. > Is it possible to open socket and send/recieve on switch ports (lan0 > for example) ? Sure. It is as normal interface. Give is an IP address and then do TCP/IP as usual. Andrew