- 1. Re: RFC: Redirect-Device (score: 1)
- Author: bert hubert <ahu@xxxxxxx>
- Date: Fri, 1 Apr 2005 11:01:16 +0200
- On loopback, all the time. I'm probably dense but I don't understand what problem you've solved with this interface. Could you elaborate a bit? -- http://www.PowerDNS.com Open source, database driven
- /archives/netdev/2005-04/msg00000.html (9,018 bytes)
- 2. Re: RFC: Redirect-Device (score: 1)
- Author: Pekka Savola <pekkas@xxxxxxxxxx>
- Date: Fri, 1 Apr 2005 12:28:44 +0300 (EEST)
- On Thu, 31 Mar 2005, Ben Greear wrote: Is there something in your problem statement I'm missing? That would be similar to what I'm doing, but I'm not really trying to tunnel anything. I am trying to
- /archives/netdev/2005-04/msg00001.html (8,868 bytes)
- 3. Re: RFC: Redirect-Device (score: 1)
- Author: Ben Greear <greearb@xxxxxxxxxxxxxxx>
- Date: Fri, 01 Apr 2005 08:29:19 -0800
- Pekka Savola wrote: On Thu, 31 Mar 2005, Ben Greear wrote: Is there something in your problem statement I'm missing? That would be similar to what I'm doing, but I'm not really trying to tunnel anyth
- /archives/netdev/2005-04/msg00016.html (9,986 bytes)
- 4. Re: RFC: Redirect-Device (score: 1)
- Author: Ben Greear <greearb@xxxxxxxxxxxxxxx>
- Date: Fri, 01 Apr 2005 08:58:52 -0800
- bert hubert wrote: On Thu, Mar 31, 2005 at 03:56:28PM -0800, Ben Greear wrote: I think you are more comfortable with using netdevices and ioctls and /proc. Definately. Ever tried to sniff a socket wi
- /archives/netdev/2005-04/msg00019.html (10,903 bytes)
- 5. Re: RFC: Redirect-Device (score: 1)
- Author: Meelis Roos <mroos@xxxxxxxx>
- Date: Sat, 02 Apr 2005 11:41:11 +0300
- I know what I am missing here: documentation. There is very basic documentation about tc qdisc+class+filter level and almost nothing on the newer features. Without good documentation only some devel
- /archives/netdev/2005-04/msg00064.html (7,518 bytes)
- 6. Re: RFC: Redirect-Device (score: 1)
- Author: jamal <hadi@xxxxxxxxxx>
- Date: 02 Apr 2005 16:08:55 -0500
- Have you tried looking at iproute2 doc/examples? Theres some new stuff in there. Over time more stuff will be added - and contributions welcome as well. cheers, jamal
- /archives/netdev/2005-04/msg00093.html (8,228 bytes)
- 7. work configs: disconnect network options from drivers (score: 1)
- Author: >
- Date: Thu, 31 Mar 2005 12:41:45 -0800
- I created a new virtual ethernet device that solves a problem I faced. I thought I'd see if anyone else sees a use for this, and if so, I'll work to polish the patch so that it can be accepted into t
- /archives/netdev/2005-03/msg01856.html (46,234 bytes)
- 8. ect network options from drivers (score: 1)
- Author: <riel@xxxxxxxxxx>
- Date: Thu, 31 Mar 2005 13:02:05 -0800
- My only comment is to either use something other than ioctls or realize that fs/compat_ioctl.c entries for your new ioctls will be needed.
- /archives/netdev/2005-03/msg01857.html (8,097 bytes)
- 9. drivers (score: 1)
- Author: el@xxxxxx>
- Date: Thu, 31 Mar 2005 13:05:12 -0800
- You need to cleanup the style. Lots of dead commented out code. Encapsulating locking in macros is ugly and makes maintenance a nuisance. CamelCaps Use prdebug instead of DEBUG RCU instead of rwlock'
- /archives/netdev/2005-03/msg01858.html (8,709 bytes)
- 10. -Device (score: 1)
- Author: er@xxxxxxxx>
- Date: 31 Mar 2005 16:13:47 -0500
- I must be missing something: What is it that this device can do that the mirred action cant do? Or in general the action framework on the ingress side? We can redirect to any arbitrary device; we can
- /archives/netdev/2005-03/msg01860.html (11,329 bytes)
- 11. ization (score: 1)
- Author: en Greear <greearb@xxxxxxxxxxxxxxx>
- Date: Thu, 31 Mar 2005 13:26:40 -0800
- jamal wrote: On Thu, 2005-03-31 at 15:41, Ben Greear wrote: I must be missing something: What is it that this device can do that the mirred action cant do? Or in general the action framework on the i
- /archives/netdev/2005-03/msg01864.html (11,307 bytes)
- 12. ization (score: 1)
- Author: minger@xxxxxxxx>
- Date: Thu, 31 Mar 2005 13:45:38 -0800
- Stephen Hemminger wrote: You need to cleanup the style. Lots of dead commented out code. Ok, think I got rid of most of the dead code and commented code. I left in the commented printks in case I nee
- /archives/netdev/2005-03/msg01867.html (43,089 bytes)
- 13. x: receive path optimization (score: 1)
- Author: di@xxxxxxxx>
- Date: Thu, 31 Mar 2005 13:52:29 -0800
- You could extend and use ethtool. That is what it's there for.
- /archives/netdev/2005-03/msg01868.html (9,067 bytes)
- 14. ion (score: 1)
- Author: phen Hemminger <shemminger@xxxxxxxx>
- Date: 31 Mar 2005 16:53:51 -0500
- You can configure actions using sockets (netlink sockets). Thats what tc does for example. As a matter of fact you already have a "language" - its what tc is, sample BNF grammar of the language: -- [
- /archives/netdev/2005-03/msg01869.html (12,275 bytes)
- 15. Topics (score: 1)
- Author: xx>
- Date: Thu, 31 Mar 2005 14:04:11 -0800
- David S. Miller wrote: On Thu, 31 Mar 2005 13:45:38 -0800 Ben Greear <greearb@xxxxxxxxxxxxxxx> wrote: Adding new ioctl's are very frowned on Bummer. I want these as well, makes programatic reading of
- /archives/netdev/2005-03/msg01872.html (10,986 bytes)
- 16. iscuss] Summary of 2005 Kernel Summit Proposed Topics (score: 1)
- Author: ne <eric.lemoine@xxxxxxxxx>
- Date: Thu, 31 Mar 2005 14:05:25 -0800
- Other possiblity is adding additional attributes onto the device with sysfs. That is what net/bridge/br_sysfs_if.c does. I'm not claiming it is a pretty kernel programming model, but the user side AP
- /archives/netdev/2005-03/msg01874.html (10,159 bytes)
- 17. ernel Summit Proposed Topics (score: 1)
- Author: greearb@xxxxxxxxxxxxxxx>
- Date: Thu, 31 Mar 2005 14:22:11 -0800
- jamal wrote: On Thu, 2005-03-31 at 16:26, Ben Greear wrote: You can configure actions using sockets (netlink sockets). Thats what tc does for example. As a matter of fact you already have a "language
- /archives/netdev/2005-03/msg01875.html (13,587 bytes)
- 18. ics (score: 1)
- Author: ller" <davem@xxxxxxxxxxxxx>
- Date: Thu, 31 Mar 2005 14:21:16 -0800
- I'll let Jeff make this call. fs/compat_ioctl.c includes some files, perhaps you should check some of those out. In particular, what you seek might, just might, be discoverd in include/linux/compat_i
- /archives/netdev/2005-03/msg01876.html (9,997 bytes)
- 19. ice (score: 1)
- Author: xxxxxxxxxx>
- Date: Thu, 31 Mar 2005 14:26:49 -0800
- Stephen Hemminger wrote: Other possiblity is adding additional attributes onto the device with sysfs. That is what net/bridge/br_sysfs_if.c does. I'm not claiming it is a pretty kernel programming mo
- /archives/netdev/2005-03/msg01877.html (10,438 bytes)
- 20. ice (score: 1)
- Author: xxxxxxx>
- Date: Thu, 31 Mar 2005 14:33:42 -0800
- Are you shying away from sysfs merely for encumberance reasons? You've dissed Jamal's excellent TC action infrastructure, you're now dissing sysfs as well which can also solve your problems. All new
- /archives/netdev/2005-03/msg01878.html (10,690 bytes)
This search system is powered by
Namazu