Displaying 20 results from an estimated 53 matches for "new_id".
Did you mean:
new_idx
2013 Jul 02
2
binding/unbinding devices to vfio-pci
...trying to think through how binding/unbinding of devices will
> > work with VFIO for platform devices and have a couple of questions
> > about how vfio-pci works.
> >
> > When you bind a device to vfio-pci, e.g.:
> > # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
> >
> > ...I understand that the echo into 'new_id' tells the
> > vfio pci driver that it now handles the specified PCI ID.
> >
> > But now there are 2 drivers that handle that PCI ID,
> > the original host driver and vfio-pci. Say that
> > you ho...
2013 Jul 02
2
binding/unbinding devices to vfio-pci
...trying to think through how binding/unbinding of devices will
> > work with VFIO for platform devices and have a couple of questions
> > about how vfio-pci works.
> >
> > When you bind a device to vfio-pci, e.g.:
> > # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
> >
> > ...I understand that the echo into 'new_id' tells the
> > vfio pci driver that it now handles the specified PCI ID.
> >
> > But now there are 2 drivers that handle that PCI ID,
> > the original host driver and vfio-pci. Say that
> > you ho...
2012 Apr 10
0
what is pci-stub/new_id?
Hi,
I want to enable vga pass through, so to let my Win7 system use my Nvidia
card directly. I searched for a long time, and many posts have mentioned
something like this:
echo 11f8 8032 >> /sys/bus/pci/drivers/pci-stub/new_id
I understand to let the PCI device pass through, I need to unbind it from
dom0 and bind it to domU. But what is this new_id form? And how do I know
the id value to pass?
--
Regards,
David Shen
http://about.me/davidshen
https://twitter.com/#!/davidshen84
_______________________________________...
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex,
I'm trying to think through how binding/unbinding of devices will
work with VFIO for platform devices and have a couple of questions
about how vfio-pci works.
When you bind a device to vfio-pci, e.g.:
# echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
...I understand that the echo into 'new_id' tells the
vfio pci driver that it now handles the specified PCI ID.
But now there are 2 drivers that handle that PCI ID,
the original host driver and vfio-pci. Say that
you hotplug a PCI device that matches that ID. Which of
the 2 drivers ar...
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex,
I'm trying to think through how binding/unbinding of devices will
work with VFIO for platform devices and have a couple of questions
about how vfio-pci works.
When you bind a device to vfio-pci, e.g.:
# echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
...I understand that the echo into 'new_id' tells the
vfio pci driver that it now handles the specified PCI ID.
But now there are 2 drivers that handle that PCI ID,
the original host driver and vfio-pci. Say that
you hotplug a PCI device that matches that ID. Which of
the 2 drivers ar...
2006 Feb 28
0
ActiveRecord: Legacy primary keys
...return read_attribute(self.class.primary_key) if
read_attribute(self.class.primary_key)
return self.id
end
EOS
end
def self.content_columns
@content_columns = columns.reject { |c| c.name =~ /(_id|_count)$/ ||
c.name == inheritance_column }
end
def update
if !@new_id
sql = "UPDATE #{self.class.table_name} " +
"SET #{quoted_comma_pair_list(connection,
attributes_with_quotes(false))} " +
"WHERE #{self.class.primary_key} = #{quote(id)}"
else
sql = "UPDATE #{self.class.table_name} " +...
2008 Aug 26
4
loading modules across reboots
I have a CentOS 5.2 install on a machine with the Marvell nic issue outlined in
http://bugs.centos.org/view.php?id=2612. I have a few questions regarding this, what
does the # echo "11ab 4364" > /sys/bus/pci/drivers/sky2/new_id line do? Obviously it
starts right after but what specifically is the "11ab 4364" part? Also, how do I get this
to load across reboots? I have the alias and module in my modprobe.conf but that is not enough.
Thanks,
jlc
2013 Jul 02
0
binding/unbinding devices to vfio-pci
...Alex,
>
> I'm trying to think through how binding/unbinding of devices will
> work with VFIO for platform devices and have a couple of questions
> about how vfio-pci works.
>
> When you bind a device to vfio-pci, e.g.:
> # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
>
> ...I understand that the echo into 'new_id' tells the
> vfio pci driver that it now handles the specified PCI ID.
>
> But now there are 2 drivers that handle that PCI ID,
> the original host driver and vfio-pci. Say that
> you hotplug a PCI device that matches t...
2006 Jun 23
1
Describing a "replaces" relationship within the same model
...ject an object replaces, if any. My idea was the
following:
create_table :events do |t|
t.column :replacement_id, :integer
t.column :description, :text, :null => false
end
create_table :replacements, {:id => false} do |t|
t.column :original_id, :integer, :null => false
t.column :new_id, :integer, :null => false
t.column :date, :date, :null => false
end
Is this a reasonable model and, if so, how should I link Event and
Replacement together?
My idea for the above was: An Event can belong to a Replacement and a
Replacement has an original Event and a new Event. One can...
2016 Jan 26
2
Corregir mismo ID para individuos diferentes en una serie temporal
...6)
df <- data.frame (ID, Year)
df
ID <- c(1, 2, 3, 4, 5, 6, 7, 1, 2, 3, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6,
1, 2, 6, 8, 12, 7, 15, 16, 17, 18, 19, 20, 1, 21, 22, 19 )
Year <- c (1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3,
4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 1, 6, 6, 6)
new_ID <- c("A", "B", "C", "D", "E", "F", "G", "A", "B", "C", "H", "I",
"J", "K", "L", "M", "N", "O", "P", "...
2013 Jun 18
1
hist function in a for loop
...tograms
My code is the following :
#singlefile includes huge csv file
#I want to specify the binsize
#I would like to compute in the for -loop the histograms
numfiles <- length(singlefile)
for (i in 1 :51)
{
binsize <- -20 :20/2
hist(singlefile(singlefile$GVC[singlefile$new_id==i]], break=seq(), by =
binsize)))
What do I have to do ?
How can I specify the range for i ?
I am totally lost
Thanks for support
D.U
--
View this message in context: http://r.789695.n4.nabble.com/hist-function-in-a-for-loop-tp4669797.html
Sent from the R help mailing list archive at Nabble....
2016 Mar 19
3
ssh-copy-id no newline bug
...n existing key, invalidating both keys.
This can be fixed by simply adding a newline before appending the key.
Something like this change to
openssh-source/openssh-6.7p1/contrib/ssh-copy-id might work:
# Assuming that the remote host treats ~/.ssh/authorized_keys as one
might expect
populate_new_ids 0
[ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | ssh "$@" "
umask 077 ;
mkdir -p .ssh && \
echo >> .ssh/authorized_keys && \
cat >> .ssh/authorized_keys || exit 1 ;
if type restorecon >/dev/null 2>&1 ; then re...
2005 Nov 06
1
[Bug 3244] exit status with large directories
https://bugzilla.samba.org/show_bug.cgi?id=3244
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
Summary|crash with large directories|exit status with large
2016 Jan 26
2
Corregir mismo ID para individuos diferentes en una serie temporal
...6, 6, 6)df <- data.frame (ID, Year)df
ID <- c(1, 2, 3, 4, 5, 6, 7, 1, 2, 3, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 1, 2, 6, 8, 12, 7, 15, 16, 17, 18, 19, 20, 1, 21, 22, 19 )Year <- c (1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 1, 6, 6, 6)new_ID <- c("A", "B", "C", "D", "E", "F", "G", "A", "B", "C", "H", "I", "J", "K", "L", "M", "N", "O", "P", "...
2020 Jun 08
2
[PATCH 5/6] vdpa: introduce virtio pci driver
...t;
>>> Right, will do.
>>>
>>> Thanks
>>
>> Rethink about this. If we don't specify any ID, the binding won't work.
> We can bind manually. It's not really for production anyway, so
> not a big deal imho.
I think you mean doing it via "new_id", right.
>
>> How about using a dedicated subsystem vendor id for this?
>>
>> Thanks
> If virtio vendor id is used then standard driver is expected
> to bind, right? Maybe use a dedicated vendor id?
I meant something like:
static const struct pci_device_id vp_vd...
2020 Jun 08
2
[PATCH 5/6] vdpa: introduce virtio pci driver
...t;
>>> Right, will do.
>>>
>>> Thanks
>>
>> Rethink about this. If we don't specify any ID, the binding won't work.
> We can bind manually. It's not really for production anyway, so
> not a big deal imho.
I think you mean doing it via "new_id", right.
>
>> How about using a dedicated subsystem vendor id for this?
>>
>> Thanks
> If virtio vendor id is used then standard driver is expected
> to bind, right? Maybe use a dedicated vendor id?
I meant something like:
static const struct pci_device_id vp_vd...
2016 Jan 25
4
Corregir mismo ID para individuos diferentes en una serie temporal
...e el individuo sea el mismo a lo largo del tiempo.
newID <-sapply(unique(database$ID_original), function(x) c(0,cumsum(diff(database$Month_Capt[database$ID_original==x]))%%48))names(newID)<-(unique(database$ID_original))
new_df<-data.frame(database$ID_original,database$Month_Capt,IDcond=NA,new_ID=NA)for(i in unique(database$ID_original)){ new_df[new_df[,1]==i,3]<-newID[[which(unique(database$ID_original)==i)]]}ltrs<-c(LETTERS,apply(combn(LETTERS,2,simplify = T),2,function(x) paste(x,sep = "",collapse = "")))
letterwrap <- function(n, depth = 1) { args <- la...
2014 Jan 25
2
intel quad gigabit nic and pci passthrough
...06)
06:00.1 Ethernet controller [0200]: Intel Corporation 82571EB Gigabit Ethernet Controller [8086:10a4] (rev 06)
0c:00.0 Ethernet controller [0200]: Intel Corporation 82572EI Gigabit Ethernet Controller (Copper) [8086:107d] (rev 06)
echo "8086 10a4" > /sys/bus/pci/drivers/pci-stub/new_id
echo "8086 107d" > /sys/bus/pci/drivers/pci-stub/new_id
echo "0000:05:00.0" > /sys/bus/pci/devices/0000\:05\:00.0/driver/unbind
echo "0000:05:00.0" > /sys/bus/pci/drivers/pci-stub/bind
echo "0000:05:00.1" > /sys/bus/pci/devices/0000\:05\:00.1/driv...
2020 Jun 08
2
[PATCH 5/6] vdpa: introduce virtio pci driver
...;>
>>>>> Thanks
>>>> Rethink about this. If we don't specify any ID, the binding won't work.
>>> We can bind manually. It's not really for production anyway, so
>>> not a big deal imho.
>>
>> I think you mean doing it via "new_id", right.
> I really meant driver_override. This is what people have been using
> with pci-stub for years now.
Do you want me to implement "driver_overrid" in this series, or a NULL
id_table is sufficient?
>
>>>> How about using a dedicated subsystem vendor i...
2020 Jun 08
2
[PATCH 5/6] vdpa: introduce virtio pci driver
...;>
>>>>> Thanks
>>>> Rethink about this. If we don't specify any ID, the binding won't work.
>>> We can bind manually. It's not really for production anyway, so
>>> not a big deal imho.
>>
>> I think you mean doing it via "new_id", right.
> I really meant driver_override. This is what people have been using
> with pci-stub for years now.
Do you want me to implement "driver_overrid" in this series, or a NULL
id_table is sufficient?
>
>>>> How about using a dedicated subsystem vendor i...