introduce dpdk-kmods repository

Message ID 20200217164642.1894118-1-thomas@monjalon.net (mailing list archive)
State Not Applicable, archived
Headers
Series introduce dpdk-kmods repository |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Thomas Monjalon Feb. 17, 2020, 4:46 p.m. UTC
  Write first lines of the README file about the intent (upstream first)
and the licenses allowed so far in DPDK.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 README | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 README
  

Comments

Olivier Matz Feb. 26, 2020, 4:30 p.m. UTC | #1
On Mon, Feb 17, 2020 at 05:46:42PM +0100, Thomas Monjalon wrote:
> Write first lines of the README file about the intent (upstream first)
> and the licenses allowed so far in DPDK.
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: Olivier Matz <olivier.matz@6wind.com>
  
Jerin Jacob Feb. 26, 2020, 4:32 p.m. UTC | #2
On Wed, Feb 26, 2020 at 10:00 PM Olivier Matz <olivier.matz@6wind.com> wrote:
>
> On Mon, Feb 17, 2020 at 05:46:42PM +0100, Thomas Monjalon wrote:
> > Write first lines of the README file about the intent (upstream first)
> > and the licenses allowed so far in DPDK.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: Olivier Matz <olivier.matz@6wind.com>

Acked-by: Jerin Jacob <jerinj@marvell.com>
  
Andrew Rybchenko Feb. 28, 2020, 11:10 a.m. UTC | #3
On 2/26/20 7:32 PM, Jerin Jacob wrote:
> On Wed, Feb 26, 2020 at 10:00 PM Olivier Matz <olivier.matz@6wind.com> wrote:
>>
>> On Mon, Feb 17, 2020 at 05:46:42PM +0100, Thomas Monjalon wrote:
>>> Write first lines of the README file about the intent (upstream first)
>>> and the licenses allowed so far in DPDK.
>>>
>>> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>>
>> Acked-by: Olivier Matz <olivier.matz@6wind.com>
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>
> 

Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
  
Thomas Monjalon March 5, 2020, 4:59 p.m. UTC | #4
28/02/2020 12:10, Andrew Rybchenko:
> On 2/26/20 7:32 PM, Jerin Jacob wrote:
> > On Wed, Feb 26, 2020 at 10:00 PM Olivier Matz <olivier.matz@6wind.com> wrote:
> >>
> >> On Mon, Feb 17, 2020 at 05:46:42PM +0100, Thomas Monjalon wrote:
> >>> Write first lines of the README file about the intent (upstream first)
> >>> and the licenses allowed so far in DPDK.
> >>>
> >>> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> >>
> >> Acked-by: Olivier Matz <olivier.matz@6wind.com>
> > 
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
> > 
> 
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

Applied
  

Patch

diff --git a/README b/README
new file mode 100644
index 0000000..e71dbba
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@ 
+dpdk-kmods can include kernel source code for various operating systems.
+
+DPDK is focused on userspace libraries, so it is encouraged contributing
+and using vanilla kernels as much as possible.
+Some kernel modules were historically parts of DPDK,
+and are hosted in its directory kernel/.
+Now the preference is to contribute kernel modules to the upstream project
+if possible, otherwise to host kernel code in dpdk-kmods.git.
+
+The license can be BSD-3-Clause or GPL-2.0.