Displaying 20 results from an estimated 31 matches for "portid".
Did you mean:
ported
2013 Apr 12
1
Problem with handling of attributes in xmlToList in XML package
...lt;host starttime="1365204834" endtime="1365205860"><status state="up" reason="echo-reply" reason_ttl="127"/>
<address addr="XXX.XXX.XXX.XXX" addrtype="ipv4"/>
<ports><port protocol="tcp" portid="135"><state state="open"
reason="syn-ack" reason_ttl="127"/><service name="msrpc"
product="Microsoft Windows RPC" ostype="Windows" method="probed"
conf="10"><cpe>cpe:/o:microsoft:windows&...
2011 Apr 07
0
[XCP 1.0] NetApp issue
...bre card. I have successfully
connected the server to the storage. I can see the LUN connected via fibre
channel by using scli command:
scli output:
----------------------------------------------------------------------------
----
HBA Instance 0: QLE2460 Port 1 WWPN 21-00-00-E0-8B-87-A8-D7 PortID 01-0E-00
----------------------------------------------------------------------------
----
Target WWPN 50-0A-09-81-88-0D-A2-B5 PortID 01-00-00
------------------------------------------------------------
Product Vendor : NETAPP
Product ID : LUN
Product...
2014 Dec 08
3
[Bug 990] New: nfct segfault in nfct_helper_free
...30) at
libnetfilter_cthelper.c:119
#2 0x0000000000402fe0 in nfct_helper_cb (nlh=nlh at entry=0x7fffffffc9d0,
data=data at entry=0x0) at nfct-extensions/helper.c:113
#3 0x00007ffff7bd9370 in __mnl_cb_run (cb_ctl_array_len=0, cb_ctl_array=0x0,
data=0x0, cb_data=0x402f80 <nfct_helper_cb>,
portid=22283, seq=1418033670, numbytes=4206464, buf=0x7fffffffc9d0) at
callback.c:71
#4 mnl_cb_run (buf=buf at entry=0x7fffffffc9d0, numbytes=numbytes at entry=112,
seq=seq at entry=1418033670, portid=portid at entry=22283,
cb_data=cb_data at entry=0x402f80 <nfct_helper_cb>, data=data at entry...
2020 May 12
2
Unit libvirtd.service could not be found. on VM
...got libvirtd on my laptop up & running.
However, when I install vms on my laptop, they don't have libvirtd.service
This is the network configuration XML:
<interface type="network">
<mac address="52:54:00:d0:40:69"/>
<source network="default" portid="171a745c-f96d-412a-baa7-ee1feeaed6ac"
bridge="virbr0"/>
<target dev="vnet1"/>
<model type="virtio"/>
<alias name="net0"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x03&q...
2016 Oct 20
2
[Bug 1092] New: nft v0.6 segfault in must_print_eq_op at expression.c:520 during 'nft monitor trace' in netdev filter
...ts_cb (nlh=nlh at entry=0x3cc19166b30,
data=data at entry=0x3cc19177bd0) at netlink.c:2464
ret = 1
type = 17
monh = 0x3cc19177bd0
#5 0x000003c19109b490 in __mnl_cb_run (cb_ctl_array_len=0, cb_ctl_array=0x0,
data=0x3cc19177bd0, cb_data=0x47a6a07530 <netlink_events_cb>, portid=0, seq=0,
numbytes=420899556, buf=0x3cc19166ad0) at callback.c:78
ret = 1
len = 176
nlh = 0x3cc19166b30
#6 mnl_cb_run (buf=buf at entry=0x3cc19166b30, numbytes=numbytes at entry=176,
seq=seq at entry=0, portid=portid at entry=0, cb_data=cb_data at entry=0x47a6a07530
<net...
2020 Apr 09
5
[Bug 1418] New: segfaults when running nft --file foo.nft --echo
...etlink_echo_callback (nlh=nlh at entry=0x7fffffffcda0,
data=data at entry=0x7fffffffde10) at monitor.c:924
#15 0x00007ffff7fb6748 in __mnl_cb_run (cb_ctl_array_len=16,
cb_ctl_array=0x55555560a5a0 <cb_ctl_array>, data=<optimized out>,
cb_data=0x5555555ad000 <netlink_echo_callback>, portid=0, seq=0,
numbytes=<optimized out>, buf=0x7fffffffcda0) at callback.c:78
#16 mnl_cb_run2 (buf=buf at entry=0x7fffffffcda0, numbytes=<optimized out>,
seq=seq at entry=0, portid=portid at entry=0, cb_data=0x5555555ad000
<netlink_echo_callback>, data=data at entry=0x7fffffffde10,...
2023 Mar 13
1
[Bridge] [PATCH net-next 01/11] net: Add MDB net device operations
...o_bridge_setlink)(struct net_device *dev, struct nlmsghdr *nlh,
* u16 flags, struct netlink_ext_ack *extack)
* int (*ndo_bridge_getlink)(struct sk_buff *skb, u32 pid, u32 seq,
@@ -1569,6 +1580,16 @@ struct net_device_ops {
const unsigned char *addr,
u16 vid, u32 portid, u32 seq,
struct netlink_ext_ack *extack);
+ int (*ndo_mdb_add)(struct net_device *dev,
+ struct nlattr *tb[],
+ u16 nlmsg_flags,
+ struct netlink_ext_ack *extack);
+ int (*ndo_mdb_del)(struct net_device *dev,
+ struct nlattr *tb[],
+...
2012 Dec 07
3
[Bridge] [PATCH net-next v4] bridge: export multicast database via netlink
...+ struct nlmsghdr *nlh;
+ int idx = 0, s_idx;
+
+ s_idx = cb->args[0];
+
+ rcu_read_lock();
+
+ for_each_netdev_rcu(net, dev) {
+ if (dev->priv_flags & IFF_EBRIDGE) {
+ struct br_port_msg *bpm;
+
+ if (idx < s_idx)
+ goto skip;
+
+ nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid,
+ cb->nlh->nlmsg_seq, RTM_GETMDB,
+ sizeof(*bpm), NLM_F_MULTI);
+ if (nlh == NULL)
+ break;
+
+ bpm = nlmsg_data(nlh);
+ bpm->ifindex = dev->ifindex;
+ if (br_mdb_fill_info(skb, cb, dev) < 0)
+ goto out;
+ if (br_rports_fill_info(skb, cb, dev) < 0)
+ go...
2020 Oct 21
1
about the new added attributes "check" and "type" for interface mac element
...ve
xml do not include these attributes, either.
# virsh start vm1
virshDomain vm1 started
# virsh dumpxml vm1 | grep /interface -B8
</controller>
<interface type='network'>
<mac address='52:54:00:bb:cd:89'/>
<source network='default'
portid='b02dc78f-69ad-4db7-870c-f371fd730537' bridge='virbr0'/>
<target dev='vnet22'/>
<model type='virtio'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x01' slot='0x00...
2020 May 12
0
Re: Unit libvirtd.service could not be found. on VM
...amp; running.
>
> However, when I install vms on my laptop, they don't have libvirtd.service
> This is the network configuration XML:
> <interface type="network">
> <mac address="52:54:00:d0:40:69"/>
> <source network="default" portid="171a745c-f96d-412a-baa7-ee1feeaed6ac"
> bridge="virbr0"/>
> <target dev="vnet1"/>
> <model type="virtio"/>
> <alias name="net0"/>
> <address type="pci" domain="0x0000" bus="0x0...
2012 Nov 27
3
[Bridge] [RFC PATCH 1/2] bridge: export port_no and port_id via IFA_INFO_DATA
Based on net-next.
This patch exports port->port_no port->port_id in the end of IFA_INFO_DATA.
Cc: Herbert Xu <herbert at gondor.apana.org.au>
Cc: Stephen Hemminger <shemminger at vyatta.com>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: Thomas Graf <tgraf at suug.ch>
Cc: Jesper Dangaard Brouer <brouer at redhat.com>
Signed-off-by: Cong Wang
2023 Jan 30
6
[PATCH 0/6] features provisioning fixes and mlx5_vdpa support
This patchset is pre-requisite to export and provision device
config attributes and features for vdpa live migration, in a way
backward and forward compatibility can be retained. The follow up
work [1] will need to be built around the new feature provisioning
uAPI, with which it's easier to formalize migration compatibility
support at the driver level.
Thanks,
-Siwei
[1] [PATCH v3 0/4] vDPA:
2023 Jan 31
7
[PATCH v2 0/7] features provisioning fixes and mlx5_vdpa support
This patchset is pre-requisite to export and provision device
config attributes and features for vdpa live migration, in a way
backward and forward compatibility can be retained. The follow up
work [1] will need to be built around the new feature provisioning
uAPI, with which it's easier to formalize migration compatibility
support at the driver level.
Thanks,
-Siwei
[1] [PATCH v3 0/4] vDPA:
2023 Feb 03
6
[PATCH v3 0/6] features provisioning fixes and mlx5_vdpa support
This patchset is pre-requisite to export and provision device
config attributes and features for vdpa live migration, in a way
backward and forward compatibility can be retained. The follow up
work [1] will need to be built around the new feature provisioning
uAPI, with which it's easier to formalize migration compatibility
support at the driver level.
Thanks,
-Siwei
[1] [PATCH v3 0/4] vDPA:
2020 Sep 08
2
Re: network config not working on newer libvirt
On 9/6/20 12:02 PM, daggs wrote:
> Greetings LAine,
>
>> When you say "the vm", you mean the one running libreelec, that is
>> trying to get and IP address, correct?
>
> yes, you are correct.
>
>> I guess Broadcom.home is the IP of the VM that's running the dhcp
>> server? (I should have suggested using "tcpdump -n -e -v" :-/)
2020 May 12
2
Re: Unit libvirtd.service could not be found. on VM
...However, when I install vms on my laptop, they don't have
> libvirtd.service
> > This is the network configuration XML:
> > <interface type="network">
> > <mac address="52:54:00:d0:40:69"/>
> > <source network="default" portid="171a745c-f96d-412a-baa7-ee1feeaed6ac"
> > bridge="virbr0"/>
> > <target dev="vnet1"/>
> > <model type="virtio"/>
> > <alias name="net0"/>
> > <address type="pci" domain="0...
2023 Feb 06
7
[PATCH v4 0/6] features provisioning fixes and mlx5_vdpa support
This patchset is pre-requisite to export and provision device
config attributes and features for vdpa live migration, in a way
backward and forward compatibility can be retained. The follow up
work [1] will need to be built around the new feature provisioning
uAPI, with which it's easier to formalize migration compatibility
support at the driver level.
Thanks,
-Siwei
[1] [PATCH v3 0/4] vDPA:
2020 Sep 09
0
Re: network config not working on newer libvirt
...nk
valid_lft forever preferred_lft forever
the dump was taken from the host tapping onto virtsw-streamer.
virtsw-streamer is configured as follows:
<interface type='network'>
<mac address='52:54:00:5a:4c:8c'/>
<source network='default' portid='77aae31e-5efa-4789-911c-c55b367cd695' bridge='virtsw'/>
<target dev='virtsw-streamer'/>
<model type='virtio'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x00' slot=...
2020 Sep 09
1
Re: network config not working on newer libvirt
...rred_lft forever
>
> the dump was taken from the host tapping onto virtsw-streamer.
>
> virtsw-streamer is configured as follows:
> <interface type='network'>
> <mac address='52:54:00:5a:4c:8c'/>
> <source network='default' portid='77aae31e-5efa-4789-911c-c55b367cd695' bridge='virtsw'/>
> <target dev='virtsw-streamer'/>
> <model type='virtio'/>
> <alias name='net0'/>
> <address type='pci' domain='0x0000' bus=...
2012 Dec 07
3
[Bridge] [PATCH net-next v5] bridge: export multicast database via netlink
...hing, we need to check
+ * consistency for dumping.
+ */
+ cb->seq = net->dev_base_seq;
+
+ for_each_netdev_rcu(net, dev) {
+ if (dev->priv_flags & IFF_EBRIDGE) {
+ struct br_port_msg *bpm;
+
+ if (idx < s_idx)
+ goto skip;
+
+ nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid,
+ cb->nlh->nlmsg_seq, RTM_GETMDB,
+ sizeof(*bpm), NLM_F_MULTI);
+ if (nlh == NULL)
+ break;
+
+ bpm = nlmsg_data(nlh);
+ bpm->ifindex = dev->ifindex;
+ if (br_mdb_fill_info(skb, cb, dev) < 0)
+ goto out;
+ if (br_rports_fill_info(skb, cb, dev) < 0)
+ go...