search for: freescale

Displaying 20 results from an estimated 214 matches for "freescale".

2015 Jan 08
0
Re: Error starting domain: internal error: missing IFLA_VF_INFO in netlink response
...netlink implementation in kernel space is missed. The scenario is a little complicated. We installed internal PF and VF kernel modules and want to use <interface type="hostdev" managed="yes"> syntax to start a guest domain with MAC address. # insmod fslinic.ko max_vfs=2 Freescale 10 Gigabit PCI Express Network Driver fslinic 0000:01:00.0: Multiqueue Enabled: Rx Queue count = 1, Tx Queue count = 1 fslinic 0000:01:00.0: Freescale (R) 10 Gigabit Network Connection fslinic 0000:01:00.1: Multiqueue Enabled: Rx Queue count = 1, Tx Queue count = 1 fslinic 0000:01:00.1: Freescale (...
2004 Oct 13
1
Samba server stucking problem - Samba 3.x
...created smbd -D process with root ownership thats never die, the server stucks after about 200 such processes and I need to reboot it to release the stuck. There is someone knows why it happens Denis _________________________________________ Brodsky Denis System Administrator, IT dept. Freescale Semiconductor, Inc. <http://www.freescale.com> www.freescale.com (972) 9 9522264 (972) 57 7788157 (Iden) (972) 9 9522228 denis.brodsky@freescale.com <mailto:denis.brodsky@freescale.com>
2011 Jun 09
1
[PATCH 7/7] [v6] drivers/virt: introduce Freescale hypervisor management driver
Add the drivers/virt directory, which houses drivers that support virtualization environments, and add the Freescale hypervisor management driver. The Freescale hypervisor management driver provides several services to drivers and applications related to the Freescale hypervisor: 1. An ioctl interface for querying and managing partitions 2. A file interface to reading incoming doorbells 3. An interrupt handle...
2011 Jun 09
1
[PATCH 7/7] [v6] drivers/virt: introduce Freescale hypervisor management driver
Add the drivers/virt directory, which houses drivers that support virtualization environments, and add the Freescale hypervisor management driver. The Freescale hypervisor management driver provides several services to drivers and applications related to the Freescale hypervisor: 1. An ioctl interface for querying and managing partitions 2. A file interface to reading incoming doorbells 3. An interrupt handle...
2011 Jun 09
2
[PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisor management driver
Add the drivers/virt directory, which houses drivers that support virtualization environments, and add the Freescale hypervisor management driver. The Freescale hypervisor management driver provides several services to drivers and applications related to the Freescale hypervisor: 1. An ioctl interface for querying and managing partitions 2. A file interface to reading incoming doorbells 3. An interrupt handle...
2011 Jun 09
2
[PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisor management driver
Add the drivers/virt directory, which houses drivers that support virtualization environments, and add the Freescale hypervisor management driver. The Freescale hypervisor management driver provides several services to drivers and applications related to the Freescale hypervisor: 1. An ioctl interface for querying and managing partitions 2. A file interface to reading incoming doorbells 3. An interrupt handle...
2019 Dec 05
0
[vhost:linux-next 3/11] drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2622:20: error: initialization from incompatible pointer type
...0416ae0571601e # save the attached .config to linux build tree GCC_VERSION=7.5.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp at intel.com> All errors (new ones prefixed by >>): >> drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2622:20: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .ndo_tx_timeout = dpaa_tx_timeout, ^~~~~~~~~~~~~~~ drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2622:20: note: (near initialization for 'dpaa_ops.n...
2015 Jul 22
2
Re: libvirtd error missing cpu model
...1040rdb 3.12.37-rt51-QorIQ-SDK-V1.8+gf488de6 #2 SMP Mon Jul 20 14:43:02 IST 2015 ppc GNU/Linux libvirtd --version libvirtd (libvirt) 1.2.13 cat /usr/share/libvirt/cpu_map.xml </arch> <arch name='ppc64'> <model name='POWERPC_e5500'> <vendor name='Freescale'/> <pvr value='0x80240000'/> </model> <model name='POWERPC_e6500'> <vendor name='Freescale'/> <pvr value='0x80400000'/> </model> </arch> </cpus> On Wed, Jul 22, 2015 at 1:23 P...
2015 Jul 21
2
libvirtd error missing cpu model
...tecture Below is the output of important files.. cat /proc/cpuinfo processor : 0 cpu : e5500 clock : 1400.000000MHz revision : 2.1 (pvr 8024 1021) bogomips : 75.00 cat /usr/share/libvirt/cpu_map.xml <model name='POWERPC_e5500'> <vendor name='Freescale'/> <pvr value='0x80240000'/> </model> <model name='POWERPC_e6500'> <vendor name='Freescale'/> <pvr value='0x80400000'/> </model> </arch> </cpus> Thanks Abhishek Jain
2013 Dec 02
1
Xen on Freescale i.MX6Q
Greetings, I''m interested in getting Xen to work on a Freescale i.MX6Q ARM7 based board. I''m a little confused by the wiki. As I understand it, I''ll need to use PV. However, its not clear to me whether this capability has been folded into the current code base or whether I need to look at the older code. I''m running Ubuntu 11.10....
2017 Jul 18
2
CentOS for PowerPC Board ( Freescale T2080) with U-Boot
Hello, I got CentOS for PPC64 from this link <http://mirror.centos.org/altarch/7/isos/ppc64/> but it uses grub. I want to use CentOS on a PowerPC Freescale T2080 board with U-Boot as the boot loader. Is it available? Thanks and regards Jaytirth S. Khairatkar | Assistant Manager -------------------------------------------------------------------------- -------------------------- The Tata Power Company Limited Strategic Engineering Division (...
2011 Jun 09
2
[PATCH 7/7] [v4] drivers/virt: introduce Freescale hypervisor management driver
On Thursday 09 June 2011 01:10:09 Randy Dunlap wrote: > On Wed, 8 Jun 2011 17:45:54 -0500 Timur Tabi wrote: > > > Add the drivers/virt directory, which houses drivers that support > > virtualization environments, and add the Freescale hypervisor management > > driver. > > It can't go in linux/virt or linux/virt/fsl instead? why drivers/ ? > > or maybe linux/virt should be drivers/virt ? See discussion for v2 of this patch. I suggested that drivers/firmware and virt/ as options, the counterarguments were...
2011 Jun 09
2
[PATCH 7/7] [v4] drivers/virt: introduce Freescale hypervisor management driver
On Thursday 09 June 2011 01:10:09 Randy Dunlap wrote: > On Wed, 8 Jun 2011 17:45:54 -0500 Timur Tabi wrote: > > > Add the drivers/virt directory, which houses drivers that support > > virtualization environments, and add the Freescale hypervisor management > > driver. > > It can't go in linux/virt or linux/virt/fsl instead? why drivers/ ? > > or maybe linux/virt should be drivers/virt ? See discussion for v2 of this patch. I suggested that drivers/firmware and virt/ as options, the counterarguments were...
2017 Jul 19
0
CentOS for PowerPC Board ( Freescale T2080) with U-Boot
On 18/07/17 12:02, Jaytirth S Khairatkar wrote: > Hello, > > I got CentOS for PPC64 from this link > <http://mirror.centos.org/altarch/7/isos/ppc64/> but it uses grub. I want > to use CentOS on a PowerPC Freescale T2080 board with U-Boot as the boot > loader. Is it available? > > > Thanks and regards > > Jaytirth S. Khairatkar | Assistant Manager > The CentOS 7 ppc64 and ppc64le variants are supposed to be installed on IBM Power (or compatible boxes, like Tyan or others, from the...
2017 Jul 25
2
ARM support from CentOS
Hello, I would like to know which ARM processors does CentOS support? Does it support Freescale/NXP? Thanks and regards Jay
2010 May 24
2
Upgrading Samba
...modern, so I grabbed the "Enterprise Samba" 3.5 RPMs for RHEL, and went to work on a test machine. After upgrading via "rpm -U ./*.rpm", starting nmbd and smbd, I can no longer log in to the domain, I get: netlogon_creds_server_check failed. Rejecting auth request from client FREESCALE machine account FREESCALE$ While /etc/samba/smbpasswd remains seemingly untouched from the upgrade, I have to delete and recreate each account before it will let me log in to the domain. Since there are about a hundred workstations (and more accounts), I'd like to make this a more seamless tr...
2015 May 19
1
Trying to make VHOST-BLK to work
Hi Kernel KVM folks and Michael, I am trying to make VHOST-BLK to work by myself since I did not hear from Asias on my personal mail to him. I will be grateful to you for your time and response. The problem I am seeing is there is no response seen by the VM through the HOST has executed the IO successfully and issued vhost_add_used_and_signal. Here is my question. Which code in QEMU issues
2015 May 19
1
Trying to make VHOST-BLK to work
Hi Kernel KVM folks and Michael, I am trying to make VHOST-BLK to work by myself since I did not hear from Asias on my personal mail to him. I will be grateful to you for your time and response. The problem I am seeing is there is no response seen by the VM through the HOST has executed the IO successfully and issued vhost_add_used_and_signal. Here is my question. Which code in QEMU issues
2015 Jul 22
2
Re: libvirtd error missing cpu model
...t; > > > libvirtd --version > > libvirtd (libvirt) 1.2.13 > > > > cat /usr/share/libvirt/cpu_map.xml > > > > </arch> > > <arch name='ppc64'> > > <model name='POWERPC_e5500'> > > <vendor name='Freescale'/> > > <pvr value='0x80240000'/> > > </model> > > > > <model name='POWERPC_e6500'> > > <vendor name='Freescale'/> > > <pvr value='0x80400000'/> > > </model...
2013 Mar 28
1
migrate qemu domains
Hi, I tried to migrate qemu domains between same two Freescale PPC platforms. 1) Migrate test domain from Host1(10.193.20.109) to Host2(10.193.20.181). root at ppc-host1:~# virsh migrate test qemu+tls://10.193.20.181/system or root at ppc-host2:~# virsh -c qemu+tls://10.193.20.109/system migrate test qemu:///system I waited for a while and finally got error...