RE: [PATCH v4 2/6] drivers: net: add a DSA sandbox driver

2020-07-27 Thread Priyanka Jain (OSS)
>-Original Message- >From: Claudiu Manoil >Sent: Friday, July 24, 2020 4:00 PM >To: Priyanka Jain (OSS) ; u-boot@lists.denx.de >Cc: joe.hershber...@ni.com; Alexandru Marginean >; Vladimir Oltean > >Subject: RE: [PATCH v4 2/6] drivers: net: add a DSA sandbox driv

RE: [PATCH v4 2/6] drivers: net: add a DSA sandbox driver

2020-07-24 Thread Claudiu Manoil
>-Original Message- >From: Priyanka Jain (OSS) [...] > >Kindly fix build error for target >BUILDMAN="sandbox x86" TOOLCHAIN="i386" > >https://travis-ci.org/github/p-priyanka-jain/u-boot/jobs/711090082 > > Hi Priyanka, I will look into rebasing the patches and addressing these new found

RE: [PATCH v4 2/6] drivers: net: add a DSA sandbox driver

2020-07-23 Thread Priyanka Jain (OSS)
>-Original Message- >From: U-Boot On Behalf Of Claudiu Manoil >Sent: Tuesday, May 5, 2020 11:13 PM >To: u-boot@lists.denx.de >Cc: joe.hershber...@ni.com; Alexandru Marginean >; Vladimir Oltean > >Subject: [PATCH v4 2/6] drivers: net: add a DSA sandbox driver

[PATCH v4 2/6] drivers: net: add a DSA sandbox driver

2020-05-05 Thread Claudiu Manoil
From: Alex Marginean The DSA sandbox driver is used for DSA unit testing. It implements a simple 4 port switch that uses a very simple tag to identify the ports. The DSA driver comes paired with an Ethernet driver that loops packets back and can selectively filter traffic on DSA switch ports. S