RE: [PATCH v4 2/9] dts: add developer tools

2022-09-20 Thread Tu, Lijuan
> ; nd > Subject: RE: [PATCH v4 2/9] dts: add developer tools > > > > > -Original Message- > > From: Honnappa Nagarahalli > > Sent: Wednesday, September 14, 2022 9:08 PM > > To: tho...@monjalon.net; Juraj Linkeš ; > > Bruce Richardson >

RE: [PATCH v4 2/9] dts: add developer tools

2022-09-20 Thread Juraj Linkeš
v@dpdk.org; nd ; > nd > Subject: RE: [PATCH v4 2/9] dts: add developer tools > > > > > > > 14/09/2022 15:13, Bruce Richardson: > > > On Wed, Sep 14, 2022 at 12:45:00PM +, Juraj Linkeš wrote: > > > > From: Honnappa Nagarahalli >

RE: [PATCH v4 2/9] dts: add developer tools

2022-09-14 Thread Honnappa Nagarahalli
> > 14/09/2022 15:13, Bruce Richardson: > > On Wed, Sep 14, 2022 at 12:45:00PM +, Juraj Linkeš wrote: > > > From: Honnappa Nagarahalli > > > > > > On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote: > > > > > > > > > diff --git a/dts/format.sh b/dts/format.sh new file mode > > > >

Re: [PATCH v4 2/9] dts: add developer tools

2022-09-14 Thread Thomas Monjalon
14/09/2022 15:13, Bruce Richardson: > On Wed, Sep 14, 2022 at 12:45:00PM +, Juraj Linkeš wrote: > > From: Honnappa Nagarahalli > > > > > On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote: > > > > > > > diff --git a/dts/format.sh b/dts/format.sh new file mode 100755 > > > Should this

Re: [PATCH v4 2/9] dts: add developer tools

2022-09-14 Thread Bruce Richardson
@redhat.com; ronan.rand...@intel.com; > > ohily...@iol.unh.edu; lijuan...@intel.com; dev@dpdk.org; nd > > Subject: RE: [PATCH v4 2/9] dts: add developer tools > > > > > > On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote: > > > > > diff --gi

RE: [PATCH v4 2/9] dts: add developer tools

2022-09-14 Thread Juraj Linkeš
m; > dev@dpdk.org; nd > Subject: RE: [PATCH v4 2/9] dts: add developer tools > > (I have lost the original patch emails due to quarantine policy, apologies for > using this thread for my comments) > > > > > > > > > On Fri, Jul 29, 2022 at 10:55:43AM +, Jura

Re: [PATCH v4 2/9] dts: add developer tools

2022-09-14 Thread Bruce Richardson
On Tue, Sep 13, 2022 at 08:38:06PM +, Honnappa Nagarahalli wrote: > (I have lost the original patch emails due to quarantine policy, apologies > for using this thread for my comments) > > > > > > > > > On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote: > > > > The Dockerfile cont

RE: [PATCH v4 2/9] dts: add developer tools

2022-09-13 Thread Honnappa Nagarahalli
(I have lost the original patch emails due to quarantine policy, apologies for using this thread for my comments) > > > > On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote: > > > The Dockerfile contains basic image for CI and developers. There's > > > also an integration of the Docke

RE: [PATCH v4 2/9] dts: add developer tools

2022-09-13 Thread Juraj Linkeš
tel.com; dev@dpdk.org > Subject: Re: [PATCH v4 2/9] dts: add developer tools > > On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote: > > The Dockerfile contains basic image for CI and developers. There's > > also an integration of the Dockerfile with Visual Studio. >

Re: [PATCH v4 2/9] dts: add developer tools

2022-09-07 Thread Bruce Richardson
On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote: > The Dockerfile contains basic image for CI and developers. There's also > an integration of the Dockerfile with Visual Studio. > > The formatter script uses Black and Isort to format the Python code. > > Signed-off-by: Owen Hilyard

RE: [PATCH v4 2/9] dts: add developer tools

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

[PATCH v4 2/9] dts: add developer tools

2022-07-29 Thread Juraj Linkeš
The Dockerfile contains basic image for CI and developers. There's also an integration of the Dockerfile with Visual Studio. The formatter script uses Black and Isort to format the Python code. Signed-off-by: Owen Hilyard Signed-off-by: Juraj Linkeš --- dts/.devcontainer/devcontainer.json | 30