All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <philippe.gerum@ixblue.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: "Jean-Baptiste Trédez" <jean-baptiste.tredez@alstefgroup.com>,
	xenomai@xenomai.org
Subject: Re: [PATCH 00/31] Update fec driver for xenomai 3 and linux kernel 5.4 and add I.MX8 support
Date: Mon, 14 Jun 2021 08:55:05 +0200	[thread overview]
Message-ID: <87bl896ily.fsf@xenomai.org> (raw)
In-Reply-To: <a7a3f0d6-18a9-f836-31ce-ab7dcfccd5ce@siemens.com>


Jan Kiszka <jan.kiszka@siemens.com> writes:

> On 12.06.21 19:00, Jean-Baptiste Trédez wrote:
>> Le 04/06/2021 à 11:14, Jan Kiszka a écrit :
>>> On 11.05.21 18:05, Jean-Baptiste Trédez via Xenomai wrote:
>>>> Update fec driver for xenomai 3 and linux kernel 5.4 and add I.MX8
>>>> support
>>>>
>>>> Patch  1 to 27 : rtnet-mcast+vlan branch from Philippe Gerum with
>>>> updated driver for 4.18.85 kernel
>>> May I assume that submission of this branch has been coordinated between
>>> you two, and Philippe considers them ready as well? Some patches lack
>>> descriptions, and maybe I will find more things that should be adjusted
>>> first. Will you address them then, Jean-Baptiste?
>>>
>>> Jan
>> 
>> I rebased the work on fec driver with the rtnet-mcast+vlan branch on
>> next, as suggested by Philippe, and added separated patch (patch 30 and
>> 31) to show what i would like to change on previous work and added patch
>> 28 and 29 to upgrade to 5.4.x kernels.
>> 
>> I will address your findings on the fec driver and test it with a 5.4
>> kernel on our target. I am not very familiar with the multicast and vlan
>> work, if the work is not ready, i can submit the fec driver without the
>> mcast+vlan work.
>> 
>
> Then it's better to split that, also the make the series smaller and,
> thus, easier to digest for me.
>

A bit of context to clarify:

I submitted the multicast and vlan series for inclusion in 3.x two years
ago [1], but it could not make it into the 3.1 series due to bad timing
(release date too close) and lack of time for the review process
basically. Since then, it has been in use in lab configuration at
iXblue, so far so good.

This series is a port to Xenomai 3.1 of a work Gilles did on top of
2.6.5 back in 2015. This original work is production software since
then.

[1] https://xenomai.org/pipermail/xenomai/2019-March/040588.html

-- 
Philippe.


  reply	other threads:[~2021-06-14  6:55 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11 16:05 [PATCH 00/31] Update fec driver for xenomai 3 and linux kernel 5.4 and add I.MX8 support Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 01/31] cobalt uapi: Introducing new feature flag for time64 availability Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 02/31] net/stack: plan for merging private device flags with netdev_priv_flags Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 03/31] net/stack: add multicast support Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 04/31] utils/net: rtifconfig: display device name untruncated Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 05/31] net/stack: add support for VLAN filtering Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 06/31] utils/net: add VLAN filter configuration tool Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 07/31] net/udp: allow retrieving irq timestamp with SIOCGSTAMP ioctl Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 08/31] net/udp sendmsg: do not return an error if dest addr is null Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 09/31] net/stack: rtskb: increase buffer size Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 10/31] net/stack: manager: ratelimit printk when dropping buffers Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 11/31] net/ipv4: icmp: forward unused packets to proxy Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 12/31] net/drivers: e1000e: enable multicast Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 13/31] net/drivers: e1000e: enable VLAN filtering Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 14/31] net/drivers: e1000e: add netdevice stats Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 15/31] net/drivers: igb: enable multicast Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 16/31] net/drivers: igb: enable VLAN filtering Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 17/31] demo/net: add rtnet tests Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 18/31] net/stack: increase maximum number of ethernet devices Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 19/31] utils/net: ping: display min and average round-trip time Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 20/31] net/drivers: fec: rebase over original driver from kernel 4.14.85 Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 21/31] net/drivers: fec: enable multicast Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 22/31] demo: restrict net/ to cobalt build Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 23/31] net/ipv4: route: fix counting of allocated net routes Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 24/31] net/ipv4: route: handle default net route Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 25/31] utils/net: rtroute: add/del default route Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 26/31] net/ipv4: sock: handle SO_REUSEADDR for SOCK_DGRAM gracefully Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 27/31] net/stack: igmp: resolve default multicast interface Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 28/31] net/drivers: fec: update from linux kernel 5.4 and NXP I.MX8 Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 29/31] Kconfig : enable fec for ARM64 build Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 30/31] net/drivers: fec: fix dev_kfree_rtskb on wrong buffer Jean-Baptiste Trédez
2021-05-11 16:05 ` [PATCH 31/31] net/drivers: fec: remove 1ms latency on frames reception Jean-Baptiste Trédez
2021-05-12  6:57 ` [PATCH 00/31] Update fec driver for xenomai 3 and linux kernel 5.4 and add I.MX8 support Jan Kiszka
2021-05-12  9:52   ` Jean-Baptiste Tredez
2021-05-17 16:06     ` Jan Kiszka
2021-06-04  9:14 ` Jan Kiszka
2021-06-12 17:00   ` Jean-Baptiste Trédez
2021-06-13 17:13     ` Jan Kiszka
2021-06-14  6:55       ` Philippe Gerum [this message]
2021-06-14  7:41         ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bl896ily.fsf@xenomai.org \
    --to=philippe.gerum@ixblue.com \
    --cc=jan.kiszka@siemens.com \
    --cc=jean-baptiste.tredez@alstefgroup.com \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.