search for: xmite

Displaying 5 results from an estimated 5 matches for "xmite".

Did you mean: xmits
2004 Jan 31
4
rtp sound quality?
pstn -> sip gw -> * -> C7960 When I dial into * via the pstn, I hear the ivr menu just fine (good quality). I press 3000 (valid extn), and I begin to hear ringing however the ring back is very very choppy. I answer the C7960, and speech is clear in both directions. Place the C7960 extn on hold, and the MOH is very choppy. Checking 'sip show channels' indicates both the sip gw
2023 Apr 04
1
[PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
...say, e.g if we want to support cloning in the future. > > I think it is a good advantage to put xdp_xmit in virtnet_xdp_handler(), > which makes the caller not care too much about these details. This part I don't understand, having xdp_xmit means the caller need to know whether it is xmited or redirected. The point of the enum is to hide the XDP actions, but it's conflict with what xdp_xmit who want to expose (part of) the XDP actions. > If you take into > account the problem of increasing the number of parameters, I advise to put it > in rq. I don't have strong op...
2023 Apr 04
1
[PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
...> > > > > I think it is a good advantage to put xdp_xmit in virtnet_xdp_handler(), > > > which makes the caller not care too much about these details. > > > > This part I don't understand, having xdp_xmit means the caller need to > > know whether it is xmited or redirected. The point of the enum is to > > hide the XDP actions, but it's conflict with what xdp_xmit who want to > > expose (part of) the XDP actions. > > I mean, no matter what virtnet_xdp_handler () returns? XDP_ACTION or some one I > defined, I want to hide the mod...
2023 Apr 04
1
[PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
On Tue, 4 Apr 2023 13:04:02 +0800, Jason Wang <jasowang at redhat.com> wrote: > On Mon, Apr 3, 2023 at 12:17?PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > > > On Mon, 3 Apr 2023 10:43:03 +0800, Jason Wang <jasowang at redhat.com> wrote: > > > On Tue, Mar 28, 2023 at 8:04?PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > >
2004 Mar 29
11
New IMQ device implementation supporting device EOS
Hello All Its first time i posting to this mail list :). I have done something (maybe) important. I write new IMQ device driver based from Martin Devera and Patrick McHardy implementation with device EOS support. My current implementation supporting only egress trafic shaping and kernel 2.4.25. For more details, source and examples have look at my page http://hyperfighter.jinak.cz/qos Ill