From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <455AC829.3080109@domain.hid> Date: Wed, 15 Nov 2006 08:56:25 +0100 From: Jan Kiszka MIME-Version: 1.0 Subject: Re: [Xenomai-core] [PATCH] RT-Socket-CAN, TX loopback and further improvements References: <4559D38C.2080001@domain.hid> <4559DA0E.7060406@domain.hid> <455A02AD.9000403@domain.hid> <455AC0EA.9000001@domain.hid> In-Reply-To: <455AC0EA.9000001@domain.hid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: jan.kiszka@domain.hid List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Grandegger Cc: xenomai-core Wolfgang Grandegger wrote: > Hi Jan, > > Jan Kiszka wrote: >> Hi Wolfgang, > [...deletions...] > >> Last remark: For the sake of completeness, tx-loopback should also be >> implemented in the virtual CAN driver. > > The virtual CAN driver already works like TX loopback. It routes TX > messages to local foreign sockets (but without sending them to any bus). There is a minor difference: When application A is attached to a socket on virtual CAN device 1, B to device 2, and C to 1 again, a message sent by A will only be received by B. TX loopback as you are introducing it should make C receive it as well - in order to have a fully compatible test environment. Jan